Html Css Color HEX #E02208 Harley Davidson Orange

📋 copy color: '#E02208'

red 224 ◦ green 34 ◦ blue 8

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

Shades of Harley Davidson Orange #E02208

Tints of Harley Davidson Orange #E02208

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.78%

 BLUE value IS 8 (3.52% from 255) = 3.01%

R = 84.21%
G = 12.78%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E02208 (or 0xE02208) is known color: Harley Davidson Orange. HEX triplet: E0, 22 and 08. RGB value is (224,34,8). Sum of RGB (Red+Green+Blue) = 224+34+8=266 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.21% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 224 - color contains mainly: red. Hex color #E02208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02208 is #1FDDF7. Grayscale: #585858. Windows color (decimal): -2088440 or 533216. OLE color: 533216.

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

Color convert

RGB 224 34 8 -
CMYK 0 0.85 0.96 0.12
HSL 7.22º 0.93% 0.45% -
HSV(B) 7.22º 0.96% 0.88% -
XYZ 31.36 17.01 1.86 -
YUV 87.85 82.95 225.11 -
System Red Green Blue C M Y K H S L
Decimal 224 34 8 0 0.85 0.96 0.12 7.22 0.93 0.45
Hex E0 22 8 0 55 60 C 7 5D 2D
Octal 340 42 10 0 125 140 14 7 135 55
Binary 11100000 100010 1000 0 1010101 1100000 1100 111 1011101 101101

Color Harmonies of #E02208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02208

Black with #E02208

Text Example


Text Example

White with #E02208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02208; }

 p { color: rgb(224,34,8); }

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

background-color css

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

 a { background-color: rgb(224,34,8); }

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

border-color css

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

 span { border-color: rgb(224,34,8); }

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