Html Css Color HEX #E42E16 Harley Davidson Orange

📋 copy color: '#E42E16'

red 228 ◦ green 46 ◦ blue 22

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

Shades of Harley Davidson Orange #E42E16

Tints of Harley Davidson Orange #E42E16

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.54%

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

R = 77.03%
G = 15.54%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E42E16 (or 0xE42E16) is known color: Harley Davidson Orange. HEX triplet: E4, 2E and 16. RGB value is (228,46,22). Sum of RGB (Red+Green+Blue) = 228+46+22=296 (39% of max value = 765). Red value is 228 (89.45% from 255 or 77.03% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42E16 is #1BD1E9. Grayscale: #616161. Windows color (decimal): -1823210 or 1453796. OLE color: 1453796.

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

Color convert

RGB 228 46 22 -
CMYK 0 0.80 0.90 0.11
HSL 6.99º 0.82% 0.49% -
HSV(B) 6.99º 0.9% 0.89% -
XYZ 33.12 18.51 2.59 -
YUV 97.68 85.3 220.95 -
System Red Green Blue C M Y K H S L
Decimal 228 46 22 0 0.80 0.90 0.11 6.99 0.82 0.49
Hex E4 2E 16 0 50 5A B 7 52 31
Octal 344 56 26 0 120 132 13 7 122 61
Binary 11100100 101110 10110 0 1010000 1011010 1011 111 1010010 110001

Color Harmonies of #E42E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42E16

Black with #E42E16

Text Example


Text Example

White with #E42E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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