Html Css Color HEX #E42A16 Harley Davidson Orange

📋 copy color: '#E42A16'

red 228 ◦ green 42 ◦ blue 22

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

Shades of Harley Davidson Orange #E42A16

Tints of Harley Davidson Orange #E42A16

RGB

 RED value IS 228 (89.45% from 255) = 78.08%

 GREEN value IS 42 (16.8% from 255) = 14.38%

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

R = 78.08%
G = 14.38%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E42A16 (or 0xE42A16) is known color: Harley Davidson Orange. HEX triplet: E4, 2A and 16. RGB value is (228,42,22). Sum of RGB (Red+Green+Blue) = 228+42+22=292 (38% of max value = 765). Red value is 228 (89.45% from 255 or 78.08% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42A16 is #1BD5E9. Grayscale: #5F5F5F. Windows color (decimal): -1824234 or 1452772. OLE color: 1452772.

HSL color Cylindrical-coordinate representation of color #E42A16: hue angle of 5.83º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E42A16 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 42 22 -
CMYK 0 0.82 0.90 0.11
HSL 5.83º 0.82% 0.49% -
HSV(B) 5.83º 0.9% 0.89% -
XYZ 32.97 18.21 2.54 -
YUV 95.33 86.62 222.63 -
System Red Green Blue C M Y K H S L
Decimal 228 42 22 0 0.82 0.90 0.11 5.83 0.82 0.49
Hex E4 2A 16 0 52 5A B 6 52 31
Octal 344 52 26 0 122 132 13 6 122 61
Binary 11100100 101010 10110 0 1010010 1011010 1011 110 1010010 110001

Color Harmonies of #E42A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42A16

Black with #E42A16

Text Example


Text Example

White with #E42A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42A16; }

 p { color: rgb(228,42,22); }

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

background-color css

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

 a { background-color: rgb(228,42,22); }

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

border-color css

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

 span { border-color: rgb(228,42,22); }

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