Html Css Color HEX #E02D02 Harley Davidson Orange

📋 copy color: '#E02D02'

red 224 ◦ green 45 ◦ blue 2

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

Shades of Harley Davidson Orange #E02D02

Tints of Harley Davidson Orange #E02D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 82.66%
G = 16.61%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E02D02 (or 0xE02D02) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 02. RGB value is (224,45,2). Sum of RGB (Red+Green+Blue) = 224+45+2=271 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.66% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02D02 is #1FD2FD. Grayscale: #5D5D5D. Windows color (decimal): -2085630 or 142816. OLE color: 142816.

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

Color convert

RGB 224 45 2 -
CMYK 0 0.80 0.99 0.12
HSL 11.62º 0.98% 0.44% -
HSV(B) 11.62º 0.99% 0.88% -
XYZ 31.69 17.73 1.81 -
YUV 93.62 76.3 221 -
System Red Green Blue C M Y K H S L
Decimal 224 45 2 0 0.80 0.99 0.12 11.62 0.98 0.44
Hex E0 2D 2 0 50 63 C C 62 2C
Octal 340 55 2 0 120 143 14 14 142 54
Binary 11100000 101101 10 0 1010000 1100011 1100 1100 1100010 101100

Color Harmonies of #E02D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D02

Black with #E02D02

Text Example


Text Example

White with #E02D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D02; }

 p { color: rgb(224,45,2); }

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

background-color css

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

 a { background-color: rgb(224,45,2); }

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

border-color css

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

 span { border-color: rgb(224,45,2); }

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