Html Css Color HEX #D11D02 Harley Davidson Orange

📋 copy color: '#D11D02'

red 209 ◦ green 29 ◦ blue 2

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

Shades of Harley Davidson Orange #D11D02

Tints of Harley Davidson Orange #D11D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 87.08%
G = 12.08%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D11D02 (or 0xD11D02) is known color: Harley Davidson Orange. HEX triplet: D1, 1D and 02. RGB value is (209,29,2). Sum of RGB (Red+Green+Blue) = 209+29+2=240 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.08% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11D02 is #2EE2FD. Grayscale: #505050. Windows color (decimal): -3072766 or 138705. OLE color: 138705.

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

Color convert

RGB 209 29 2 -
CMYK 0 0.86 0.99 0.18
HSL 7.83º 0.98% 0.41% -
HSV(B) 7.83º 0.99% 0.82% -
XYZ 26.74 14.44 1.43 -
YUV 79.74 84.13 220.2 -
System Red Green Blue C M Y K H S L
Decimal 209 29 2 0 0.86 0.99 0.18 7.83 0.98 0.41
Hex D1 1D 2 0 56 63 12 8 62 29
Octal 321 35 2 0 126 143 22 10 142 51
Binary 11010001 11101 10 0 1010110 1100011 10010 1000 1100010 101001

Color Harmonies of #D11D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11D02

Black with #D11D02

Text Example


Text Example

White with #D11D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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