Html Css Color HEX #D0420C Harley Davidson Orange

📋 copy color: '#D0420C'

red 208 ◦ green 66 ◦ blue 12

#D0420C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #D0420C

Tints of Harley Davidson Orange #D0420C

RGB

 RED value IS 208 (81.64% from 255) = 72.73%

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 72.73%
G = 23.08%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0420C (or 0xD0420C) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 0C. RGB value is (208,66,12). Sum of RGB (Red+Green+Blue) = 208+66+12=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D0420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0420C is #2FBDF3. Grayscale: #666666. Windows color (decimal): -3128820 or 803536. OLE color: 803536.

HSL color Cylindrical-coordinate representation of color #D0420C: hue angle of 16.53º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0420C is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 12 -
CMYK 0 0.68 0.94 0.18
HSL 16.53º 0.89% 0.43% -
HSV(B) 16.53º 0.94% 0.82% -
XYZ 28.03 17.33 2.22 -
YUV 102.3 77.04 203.39 -
System Red Green Blue C M Y K H S L
Decimal 208 66 12 0 0.68 0.94 0.18 16.53 0.89 0.43
Hex D0 42 C 0 44 5E 12 11 59 2B
Octal 320 102 14 0 104 136 22 21 131 53
Binary 11010000 1000010 1100 0 1000100 1011110 10010 10001 1011001 101011

Color Harmonies of #D0420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0420C

Black with #D0420C

Text Example


Text Example

White with #D0420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0420C; }

 p { color: rgb(208,66,12); }

 H1.HeaderClassName
 {
   color: #D0420C;
 }
 .AnyTagClassName
 {
   color: #D0420C;
 }
</style>

background-color css

<style>
 a { background-color: #D0420C; }

 a { background-color: rgb(208,66,12); }

 div.DivClassName
 {
   background-color: #D0420C;
 }
 .BgClassName
 {
   background-color: #D0420C;
 }
</style>

border-color css

<style>
 span { border-color: #D0420C; }

 span { border-color: rgb(208,66,12); }

 td.TdClassName
 {
   border-color: #D0420C;
 }
 .TagClassName
 {
   border-color: #D0420C;
 }
</style>