Html Css Color HEX #E02C05 Harley Davidson Orange

📋 copy color: '#E02C05'

red 224 ◦ green 44 ◦ blue 5

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

Shades of Harley Davidson Orange #E02C05

Tints of Harley Davidson Orange #E02C05

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.12%

 BLUE value IS 5 (2.34% from 255) = 1.83%

R = 82.05%
G = 16.12%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E02C05 (or 0xE02C05) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 05. RGB value is (224,44,5). Sum of RGB (Red+Green+Blue) = 224+44+5=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C05 is #1FD3FA. Grayscale: #5D5D5D. Windows color (decimal): -2085883 or 339168. OLE color: 339168.

HSL color Cylindrical-coordinate representation of color #E02C05: hue angle of 10.68º 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 #E02C05 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 44 5 -
CMYK 0 0.80 0.98 0.12
HSL 10.68º 0.96% 0.45% -
HSV(B) 10.68º 0.98% 0.88% -
XYZ 31.67 17.66 1.88 -
YUV 93.37 78.13 221.17 -
System Red Green Blue C M Y K H S L
Decimal 224 44 5 0 0.80 0.98 0.12 10.68 0.96 0.45
Hex E0 2C 5 0 50 62 C B 60 2D
Octal 340 54 5 0 120 142 14 13 140 55
Binary 11100000 101100 101 0 1010000 1100010 1100 1011 1100000 101101

Color Harmonies of #E02C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C05

Black with #E02C05

Text Example


Text Example

White with #E02C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C05; }

 p { color: rgb(224,44,5); }

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

background-color css

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

 a { background-color: rgb(224,44,5); }

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

border-color css

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

 span { border-color: rgb(224,44,5); }

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