Html Css Color HEX #D9420D Harley Davidson Orange

📋 copy color: '#D9420D'

red 217 ◦ green 66 ◦ blue 13

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

Shades of Harley Davidson Orange #D9420D

Tints of Harley Davidson Orange #D9420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.39%

R = 73.31%
G = 22.3%
B = 4.39%

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

#D9420D (or 0xD9420D) is known color: Harley Davidson Orange. HEX triplet: D9, 42 and 0D. RGB value is (217,66,13). Sum of RGB (Red+Green+Blue) = 217+66+13=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D9420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9420D is #26BDF2. Grayscale: #696969. Windows color (decimal): -2538995 or 869081. OLE color: 869081.

HSL color Cylindrical-coordinate representation of color #D9420D: hue angle of 15.59º degrees, saturation: 0.89, 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 #D9420D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 13 -
CMYK 0 0.70 0.94 0.15
HSL 15.59º 0.89% 0.45% -
HSV(B) 15.59º 0.94% 0.85% -
XYZ 30.64 18.68 2.37 -
YUV 105.11 76.03 207.81 -
System Red Green Blue C M Y K H S L
Decimal 217 66 13 0 0.70 0.94 0.15 15.59 0.89 0.45
Hex D9 42 D 0 46 5E F 10 59 2D
Octal 331 102 15 0 106 136 17 20 131 55
Binary 11011001 1000010 1101 0 1000110 1011110 1111 10000 1011001 101101

Color Harmonies of #D9420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9420D

Black with #D9420D

Text Example


Text Example

White with #D9420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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