Html Css Color HEX #D02E11 Harley Davidson Orange

📋 copy color: '#D02E11'

red 208 ◦ green 46 ◦ blue 17

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

Shades of Harley Davidson Orange #D02E11

Tints of Harley Davidson Orange #D02E11

RGB

 RED value IS 208 (81.64% from 255) = 76.75%

 GREEN value IS 46 (18.36% from 255) = 16.97%

 BLUE value IS 17 (7.03% from 255) = 6.27%

R = 76.75%
G = 16.97%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D02E11 (or 0xD02E11) is known color: Harley Davidson Orange. HEX triplet: D0, 2E and 11. RGB value is (208,46,17). Sum of RGB (Red+Green+Blue) = 208+46+17=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02E11 is #2FD1EE. Grayscale: #5B5B5B. Windows color (decimal): -3133935 or 1126096. OLE color: 1126096.

HSL color Cylindrical-coordinate representation of color #D02E11: hue angle of 9.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D02E11 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 46 17 -
CMYK 0 0.78 0.92 0.18
HSL 9.11º 0.85% 0.44% -
HSV(B) 9.11º 0.92% 0.82% -
XYZ 27.09 15.4 2.08 -
YUV 91.13 86.17 211.36 -
System Red Green Blue C M Y K H S L
Decimal 208 46 17 0 0.78 0.92 0.18 9.11 0.85 0.44
Hex D0 2E 11 0 4E 5C 12 9 55 2C
Octal 320 56 21 0 116 134 22 11 125 54
Binary 11010000 101110 10001 0 1001110 1011100 10010 1001 1010101 101100

Color Harmonies of #D02E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02E11

Black with #D02E11

Text Example


Text Example

White with #D02E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02E11; }

 p { color: rgb(208,46,17); }

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

background-color css

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

 a { background-color: rgb(208,46,17); }

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

border-color css

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

 span { border-color: rgb(208,46,17); }

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