Html Css Color HEX #E02412 Harley Davidson Orange

📋 copy color: '#E02412'

red 224 ◦ green 36 ◦ blue 18

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

Shades of Harley Davidson Orange #E02412

Tints of Harley Davidson Orange #E02412

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

 BLUE value IS 18 (7.42% from 255) = 6.47%

R = 80.58%
G = 12.95%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E02412 (or 0xE02412) is known color: Harley Davidson Orange. HEX triplet: E0, 24 and 12. RGB value is (224,36,18). Sum of RGB (Red+Green+Blue) = 224+36+18=278 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.58% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 224 - color contains mainly: red. Hex color #E02412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02412 is #1FDBED. Grayscale: #5A5A5A. Windows color (decimal): -2087918 or 1189088. OLE color: 1189088.

HSL color Cylindrical-coordinate representation of color #E02412: hue angle of 5.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E02412 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 18 -
CMYK 0 0.84 0.92 0.12
HSL 5.24º 0.85% 0.47% -
HSV(B) 5.24º 0.92% 0.88% -
XYZ 31.48 17.15 2.22 -
YUV 90.16 87.28 223.46 -
System Red Green Blue C M Y K H S L
Decimal 224 36 18 0 0.84 0.92 0.12 5.24 0.85 0.47
Hex E0 24 12 0 54 5C C 5 55 2F
Octal 340 44 22 0 124 134 14 5 125 57
Binary 11100000 100100 10010 0 1010100 1011100 1100 101 1010101 101111

Color Harmonies of #E02412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02412

Black with #E02412

Text Example


Text Example

White with #E02412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02412; }

 p { color: rgb(224,36,18); }

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

background-color css

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

 a { background-color: rgb(224,36,18); }

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

border-color css

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

 span { border-color: rgb(224,36,18); }

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