Html Css Color HEX #D11F08 Harley Davidson Orange

📋 copy color: '#D11F08'

red 209 ◦ green 31 ◦ blue 8

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

Shades of Harley Davidson Orange #D11F08

Tints of Harley Davidson Orange #D11F08

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.5%

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

R = 84.27%
G = 12.5%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D11F08 (or 0xD11F08) is known color: Harley Davidson Orange. HEX triplet: D1, 1F and 08. RGB value is (209,31,8). Sum of RGB (Red+Green+Blue) = 209+31+8=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11F08 is #2EE0F7. Grayscale: #515151. Windows color (decimal): -3072248 or 532433. OLE color: 532433.

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

Color convert

RGB 209 31 8 -
CMYK 0 0.85 0.96 0.18
HSL 6.87º 0.93% 0.43% -
HSV(B) 6.87º 0.96% 0.82% -
XYZ 26.83 14.55 1.62 -
YUV 81.6 86.47 218.87 -
System Red Green Blue C M Y K H S L
Decimal 209 31 8 0 0.85 0.96 0.18 6.87 0.93 0.43
Hex D1 1F 8 0 55 60 12 7 5D 2B
Octal 321 37 10 0 125 140 22 7 135 53
Binary 11010001 11111 1000 0 1010101 1100000 10010 111 1011101 101011

Color Harmonies of #D11F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11F08

Black with #D11F08

Text Example


Text Example

White with #D11F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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