Html Css Color HEX #D94308 Harley Davidson Orange

📋 copy color: '#D94308'

red 217 ◦ green 67 ◦ blue 8

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

Shades of Harley Davidson Orange #D94308

Tints of Harley Davidson Orange #D94308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.95%

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

R = 74.32%
G = 22.95%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D94308 (or 0xD94308) is known color: Harley Davidson Orange. HEX triplet: D9, 43 and 08. RGB value is (217,67,8). Sum of RGB (Red+Green+Blue) = 217+67+8=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D94308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94308 is #26BCF7. Grayscale: #696969. Windows color (decimal): -2538744 or 541657. OLE color: 541657.

HSL color Cylindrical-coordinate representation of color #D94308: hue angle of 16.94º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D94308 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 8 -
CMYK 0 0.69 0.96 0.15
HSL 16.94º 0.93% 0.44% -
HSV(B) 16.94º 0.96% 0.85% -
XYZ 30.67 18.78 2.24 -
YUV 105.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 217 67 8 0 0.69 0.96 0.15 16.94 0.93 0.44
Hex D9 43 8 0 45 60 F 11 5D 2C
Octal 331 103 10 0 105 140 17 21 135 54
Binary 11011001 1000011 1000 0 1000101 1100000 1111 10001 1011101 101100

Color Harmonies of #D94308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94308

Black with #D94308

Text Example


Text Example

White with #D94308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94308; }

 p { color: rgb(217,67,8); }

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

background-color css

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

 a { background-color: rgb(217,67,8); }

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

border-color css

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

 span { border-color: rgb(217,67,8); }

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