Html Css Color HEX #D11E02 Harley Davidson Orange

📋 copy color: '#D11E02'

red 209 ◦ green 30 ◦ blue 2

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

Shades of Harley Davidson Orange #D11E02

Tints of Harley Davidson Orange #D11E02

RGB

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

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

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

R = 86.72%
G = 12.45%
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

#D11E02 (or 0xD11E02) is known color: Harley Davidson Orange. HEX triplet: D1, 1E and 02. RGB value is (209,30,2). Sum of RGB (Red+Green+Blue) = 209+30+2=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D11E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11E02 is #2EE1FD. Grayscale: #505050. Windows color (decimal): -3072510 or 138961. OLE color: 138961.

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

Color convert

RGB 209 30 2 -
CMYK 0 0.86 0.99 0.18
HSL 8.12º 0.98% 0.41% -
HSV(B) 8.12º 0.99% 0.82% -
XYZ 26.77 14.49 1.44 -
YUV 80.33 83.8 219.78 -
System Red Green Blue C M Y K H S L
Decimal 209 30 2 0 0.86 0.99 0.18 8.12 0.98 0.41
Hex D1 1E 2 0 56 63 12 8 62 29
Octal 321 36 2 0 126 143 22 10 142 51
Binary 11010001 11110 10 0 1010110 1100011 10010 1000 1100010 101001

Color Harmonies of #D11E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11E02

Black with #D11E02

Text Example


Text Example

White with #D11E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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