Html Css Color HEX #D11E05 Harley Davidson Orange

📋 copy color: '#D11E05'

red 209 ◦ green 30 ◦ blue 5

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

Shades of Harley Davidson Orange #D11E05

Tints of Harley Davidson Orange #D11E05

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.3%

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 85.66%
G = 12.3%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D11E05 (or 0xD11E05) is known color: Harley Davidson Orange. HEX triplet: D1, 1E and 05. RGB value is (209,30,5). Sum of RGB (Red+Green+Blue) = 209+30+5=244 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.66% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11E05 is #2EE1FA. Grayscale: #505050. Windows color (decimal): -3072507 or 335569. OLE color: 335569.

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

Color convert

RGB 209 30 5 -
CMYK 0 0.86 0.98 0.18
HSL 7.35º 0.95% 0.42% -
HSV(B) 7.35º 0.98% 0.82% -
XYZ 26.79 14.49 1.53 -
YUV 80.67 85.3 219.53 -
System Red Green Blue C M Y K H S L
Decimal 209 30 5 0 0.86 0.98 0.18 7.35 0.95 0.42
Hex D1 1E 5 0 56 62 12 7 5F 2A
Octal 321 36 5 0 126 142 22 7 137 52
Binary 11010001 11110 101 0 1010110 1100010 10010 111 1011111 101010

Color Harmonies of #D11E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11E05

Black with #D11E05

Text Example


Text Example

White with #D11E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11E05; }

 p { color: rgb(209,30,5); }

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

background-color css

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

 a { background-color: rgb(209,30,5); }

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

border-color css

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

 span { border-color: rgb(209,30,5); }

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