Html Css Color HEX #E02D00 Harley Davidson Orange

📋 copy color: '#E02D00'

red 224 ◦ green 45 ◦ blue 0

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

Shades of Harley Davidson Orange #E02D00

Tints of Harley Davidson Orange #E02D00

RGB

 RED value IS 224 (87.89% from 255) = 83.27%

 GREEN value IS 45 (17.97% from 255) = 16.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.27%
G = 16.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E02D00 (or 0xE02D00) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 00. RGB value is (224,45,0). Sum of RGB (Red+Green+Blue) = 224+45+0=269 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.27% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02D00 is #1FD2FF. Grayscale: #5D5D5D. Windows color (decimal): -2085632 or 11744. OLE color: 11744.

HSL color Cylindrical-coordinate representation of color #E02D00: hue angle of 12.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E02D00 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 45 0 -
CMYK 0 0.80 1 0.12
HSL 12.05º 1% 0.44% -
HSV(B) 12.05º 1% 0.88% -
XYZ 31.68 17.72 1.75 -
YUV 93.39 75.3 221.16 -
System Red Green Blue C M Y K H S L
Decimal 224 45 0 0 0.80 1 0.12 12.05 1 0.44
Hex E0 2D 0 0 50 64 C C 64 2C
Octal 340 55 0 0 120 144 14 14 144 54
Binary 11100000 101101 0 0 1010000 1100100 1100 1100 1100100 101100

Color Harmonies of #E02D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D00

Black with #E02D00

Text Example


Text Example

White with #E02D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D00; }

 p { color: rgb(224,45,0); }

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

background-color css

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

 a { background-color: rgb(224,45,0); }

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

border-color css

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

 span { border-color: rgb(224,45,0); }

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