Html Css Color HEX #D11D08 Harley Davidson Orange

📋 copy color: '#D11D08'

red 209 ◦ green 29 ◦ blue 8

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

Shades of Harley Davidson Orange #D11D08

Tints of Harley Davidson Orange #D11D08

RGB

 RED value IS 209 (82.03% from 255) = 84.96%

 GREEN value IS 29 (11.72% from 255) = 11.79%

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

R = 84.96%
G = 11.79%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D11D08 (or 0xD11D08) is known color: Harley Davidson Orange. HEX triplet: D1, 1D and 08. RGB value is (209,29,8). Sum of RGB (Red+Green+Blue) = 209+29+8=246 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.96% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11D08 is #2EE2F7. Grayscale: #505050. Windows color (decimal): -3072760 or 531921. OLE color: 531921.

HSL color Cylindrical-coordinate representation of color #D11D08: hue angle of 6.27º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D11D08 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 29 8 -
CMYK 0 0.86 0.96 0.18
HSL 6.27º 0.93% 0.43% -
HSV(B) 6.27º 0.96% 0.82% -
XYZ 26.78 14.45 1.61 -
YUV 80.43 87.13 219.71 -
System Red Green Blue C M Y K H S L
Decimal 209 29 8 0 0.86 0.96 0.18 6.27 0.93 0.43
Hex D1 1D 8 0 56 60 12 6 5D 2B
Octal 321 35 10 0 126 140 22 6 135 53
Binary 11010001 11101 1000 0 1010110 1100000 10010 110 1011101 101011

Color Harmonies of #D11D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D08

Black with #D11D08

Text Example


Text Example

White with #D11D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D08; }

 p { color: rgb(209,29,8); }

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

background-color css

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

 a { background-color: rgb(209,29,8); }

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

border-color css

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

 span { border-color: rgb(209,29,8); }

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