Html Css Color HEX #D74009 Harley Davidson Orange

📋 copy color: '#D74009'

red 215 ◦ green 64 ◦ blue 9

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

Shades of Harley Davidson Orange #D74009

Tints of Harley Davidson Orange #D74009

RGB

 RED value IS 215 (84.38% from 255) = 74.65%

 GREEN value IS 64 (25.39% from 255) = 22.22%

 BLUE value IS 9 (3.91% from 255) = 3.13%

R = 74.65%
G = 22.22%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D74009 (or 0xD74009) is known color: Harley Davidson Orange. HEX triplet: D7, 40 and 09. RGB value is (215,64,9). Sum of RGB (Red+Green+Blue) = 215+64+9=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D74009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74009 is #28BFF6. Grayscale: #676767. Windows color (decimal): -2670583 or 606423. OLE color: 606423.

HSL color Cylindrical-coordinate representation of color #D74009: hue angle of 16.02º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D74009 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 64 9 -
CMYK 0 0.70 0.96 0.16
HSL 16.02º 0.92% 0.44% -
HSV(B) 16.02º 0.96% 0.84% -
XYZ 29.91 18.13 2.18 -
YUV 102.88 75.03 207.97 -
System Red Green Blue C M Y K H S L
Decimal 215 64 9 0 0.70 0.96 0.16 16.02 0.92 0.44
Hex D7 40 9 0 46 60 10 10 5C 2C
Octal 327 100 11 0 106 140 20 20 134 54
Binary 11010111 1000000 1001 0 1000110 1100000 10000 10000 1011100 101100

Color Harmonies of #D74009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74009

Black with #D74009

Text Example


Text Example

White with #D74009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74009; }

 p { color: rgb(215,64,9); }

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

background-color css

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

 a { background-color: rgb(215,64,9); }

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

border-color css

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

 span { border-color: rgb(215,64,9); }

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