Html Css Color HEX #E02E04 Harley Davidson Orange

📋 copy color: '#E02E04'

red 224 ◦ green 46 ◦ blue 4

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

Shades of Harley Davidson Orange #E02E04

Tints of Harley Davidson Orange #E02E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.46%

R = 81.75%
G = 16.79%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E02E04 (or 0xE02E04) is known color: Harley Davidson Orange. HEX triplet: E0, 2E and 04. RGB value is (224,46,4). Sum of RGB (Red+Green+Blue) = 224+46+4=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02E04 is #1FD1FB. Grayscale: #5E5E5E. Windows color (decimal): -2085372 or 274144. OLE color: 274144.

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

Color convert

RGB 224 46 4 -
CMYK 0 0.79 0.98 0.12
HSL 11.45º 0.96% 0.45% -
HSV(B) 11.45º 0.98% 0.88% -
XYZ 31.74 17.81 1.88 -
YUV 94.43 76.97 220.42 -
System Red Green Blue C M Y K H S L
Decimal 224 46 4 0 0.79 0.98 0.12 11.45 0.96 0.45
Hex E0 2E 4 0 4F 62 C B 60 2D
Octal 340 56 4 0 117 142 14 13 140 55
Binary 11100000 101110 100 0 1001111 1100010 1100 1011 1100000 101101

Color Harmonies of #E02E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02E04

Black with #E02E04

Text Example


Text Example

White with #E02E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02E04; }

 p { color: rgb(224,46,4); }

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

background-color css

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

 a { background-color: rgb(224,46,4); }

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

border-color css

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

 span { border-color: rgb(224,46,4); }

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