Html Css Color HEX #E02716 Harley Davidson Orange

📋 copy color: '#E02716'

red 224 ◦ green 39 ◦ blue 22

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

Shades of Harley Davidson Orange #E02716

Tints of Harley Davidson Orange #E02716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.68%

 BLUE value IS 22 (8.98% from 255) = 7.72%

R = 78.6%
G = 13.68%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E02716 (or 0xE02716) is known color: Harley Davidson Orange. HEX triplet: E0, 27 and 16. RGB value is (224,39,22). Sum of RGB (Red+Green+Blue) = 224+39+22=285 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.60% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 224 - color contains mainly: red. Hex color #E02716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02716 is #1FD8E9. Grayscale: #5C5C5C. Windows color (decimal): -2087146 or 1452000. OLE color: 1452000.

HSL color Cylindrical-coordinate representation of color #E02716: hue angle of 5.05º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E02716 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 39 22 -
CMYK 0 0.83 0.90 0.12
HSL 5.05º 0.82% 0.48% -
HSV(B) 5.05º 0.9% 0.88% -
XYZ 31.61 17.36 2.44 -
YUV 92.38 88.29 221.88 -
System Red Green Blue C M Y K H S L
Decimal 224 39 22 0 0.83 0.90 0.12 5.05 0.82 0.48
Hex E0 27 16 0 53 5A C 5 52 30
Octal 340 47 26 0 123 132 14 5 122 60
Binary 11100000 100111 10110 0 1010011 1011010 1100 101 1010010 110000

Color Harmonies of #E02716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02716

Black with #E02716

Text Example


Text Example

White with #E02716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02716; }

 p { color: rgb(224,39,22); }

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

background-color css

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

 a { background-color: rgb(224,39,22); }

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

border-color css

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

 span { border-color: rgb(224,39,22); }

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