Html Css Color HEX #E02C00 Harley Davidson Orange

📋 copy color: '#E02C00'

red 224 ◦ green 44 ◦ blue 0

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

Shades of Harley Davidson Orange #E02C00

Tints of Harley Davidson Orange #E02C00

RGB

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

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

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

R = 83.58%
G = 16.42%
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

#E02C00 (or 0xE02C00) is known color: Harley Davidson Orange. HEX triplet: E0, 2C and 00. RGB value is (224,44,0). Sum of RGB (Red+Green+Blue) = 224+44+0=268 (35% of max value = 765). Red value is 224 (87.89% from 255 or 83.58% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02C00 is #1FD3FF. Grayscale: #5D5D5D. Windows color (decimal): -2085888 or 11488. OLE color: 11488.

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

Color convert

RGB 224 44 0 -
CMYK 0 0.80 1 0.12
HSL 11.79º 1% 0.44% -
HSV(B) 11.79º 1% 0.88% -
XYZ 31.64 17.65 1.74 -
YUV 92.8 75.63 221.58 -
System Red Green Blue C M Y K H S L
Decimal 224 44 0 0 0.80 1 0.12 11.79 1 0.44
Hex E0 2C 0 0 50 64 C C 64 2C
Octal 340 54 0 0 120 144 14 14 144 54
Binary 11100000 101100 0 0 1010000 1100100 1100 1100 1100100 101100

Color Harmonies of #E02C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C00

Black with #E02C00

Text Example


Text Example

White with #E02C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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