Html Css Color HEX #D11B05 Harley Davidson Orange

📋 copy color: '#D11B05'

red 209 ◦ green 27 ◦ blue 5

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

Shades of Harley Davidson Orange #D11B05

Tints of Harley Davidson Orange #D11B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.2%

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

R = 86.72%
G = 11.2%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D11B05 (or 0xD11B05) is known color: Harley Davidson Orange. HEX triplet: D1, 1B and 05. RGB value is (209,27,5). Sum of RGB (Red+Green+Blue) = 209+27+5=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11B05 is #2EE4FA. Grayscale: #4F4F4F. Windows color (decimal): -3073275 or 334801. OLE color: 334801.

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

Color convert

RGB 209 27 5 -
CMYK 0 0.87 0.98 0.18
HSL 6.47º 0.95% 0.42% -
HSV(B) 6.47º 0.98% 0.82% -
XYZ 26.71 14.35 1.51 -
YUV 78.91 86.3 220.79 -
System Red Green Blue C M Y K H S L
Decimal 209 27 5 0 0.87 0.98 0.18 6.47 0.95 0.42
Hex D1 1B 5 0 57 62 12 6 5F 2A
Octal 321 33 5 0 127 142 22 6 137 52
Binary 11010001 11011 101 0 1010111 1100010 10010 110 1011111 101010

Color Harmonies of #D11B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11B05

Black with #D11B05

Text Example


Text Example

White with #D11B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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