Html Css Color HEX #D74208 Harley Davidson Orange

📋 copy color: '#D74208'

red 215 ◦ green 66 ◦ blue 8

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

Shades of Harley Davidson Orange #D74208

Tints of Harley Davidson Orange #D74208

RGB

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

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

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

R = 74.39%
G = 22.84%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D74208 (or 0xD74208) is known color: Harley Davidson Orange. HEX triplet: D7, 42 and 08. RGB value is (215,66,8). Sum of RGB (Red+Green+Blue) = 215+66+8=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D74208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74208 is #28BDF7. Grayscale: #686868. Windows color (decimal): -2670072 or 541399. OLE color: 541399.

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

Color convert

RGB 215 66 8 -
CMYK 0 0.69 0.96 0.16
HSL 16.81º 0.93% 0.44% -
HSV(B) 16.81º 0.96% 0.84% -
XYZ 30.02 18.36 2.19 -
YUV 103.94 73.86 207.22 -
System Red Green Blue C M Y K H S L
Decimal 215 66 8 0 0.69 0.96 0.16 16.81 0.93 0.44
Hex D7 42 8 0 45 60 10 11 5D 2C
Octal 327 102 10 0 105 140 20 21 135 54
Binary 11010111 1000010 1000 0 1000101 1100000 10000 10001 1011101 101100

Color Harmonies of #D74208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74208

Black with #D74208

Text Example


Text Example

White with #D74208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74208; }

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

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

background-color css

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

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

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

border-color css

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

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

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