Html Css Color HEX #D74008 Harley Davidson Orange

📋 copy color: '#D74008'

red 215 ◦ green 64 ◦ blue 8

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

Shades of Harley Davidson Orange #D74008

Tints of Harley Davidson Orange #D74008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.79%

R = 74.91%
G = 22.3%
B = 2.79%

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

#D74008 (or 0xD74008) is known color: Harley Davidson Orange. HEX triplet: D7, 40 and 08. RGB value is (215,64,8). Sum of RGB (Red+Green+Blue) = 215+64+8=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D74008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74008 is #28BFF7. Grayscale: #676767. Windows color (decimal): -2670584 or 540887. OLE color: 540887.

HSL color Cylindrical-coordinate representation of color #D74008: hue angle of 16.23º degrees, saturation: 0.93, 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 #D74008 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 64 8 -
CMYK 0 0.70 0.96 0.16
HSL 16.23º 0.93% 0.44% -
HSV(B) 16.23º 0.96% 0.84% -
XYZ 29.9 18.13 2.15 -
YUV 102.77 74.53 208.05 -
System Red Green Blue C M Y K H S L
Decimal 215 64 8 0 0.70 0.96 0.16 16.23 0.93 0.44
Hex D7 40 8 0 46 60 10 10 5D 2C
Octal 327 100 10 0 106 140 20 20 135 54
Binary 11010111 1000000 1000 0 1000110 1100000 10000 10000 1011101 101100

Color Harmonies of #D74008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74008

Black with #D74008

Text Example


Text Example

White with #D74008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74008; }

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

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

background-color css

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

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

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

border-color css

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

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

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