Html Css Color HEX #D9420C Harley Davidson Orange

📋 copy color: '#D9420C'

red 217 ◦ green 66 ◦ blue 12

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

Shades of Harley Davidson Orange #D9420C

Tints of Harley Davidson Orange #D9420C

RGB

 RED value IS 217 (85.16% from 255) = 73.56%

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

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

R = 73.56%
G = 22.37%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9420C (or 0xD9420C) is known color: Harley Davidson Orange. HEX triplet: D9, 42 and 0C. RGB value is (217,66,12). Sum of RGB (Red+Green+Blue) = 217+66+12=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D9420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9420C is #26BDF3. Grayscale: #696969. Windows color (decimal): -2538996 or 803545. OLE color: 803545.

HSL color Cylindrical-coordinate representation of color #D9420C: hue angle of 15.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9420C is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 12 -
CMYK 0 0.70 0.94 0.15
HSL 15.8º 0.9% 0.45% -
HSV(B) 15.8º 0.94% 0.85% -
XYZ 30.63 18.67 2.34 -
YUV 104.99 75.53 207.89 -
System Red Green Blue C M Y K H S L
Decimal 217 66 12 0 0.70 0.94 0.15 15.8 0.9 0.45
Hex D9 42 C 0 46 5E F 10 5A 2D
Octal 331 102 14 0 106 136 17 20 132 55
Binary 11011001 1000010 1100 0 1000110 1011110 1111 10000 1011010 101101

Color Harmonies of #D9420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9420C

Black with #D9420C

Text Example


Text Example

White with #D9420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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