Html Css Color HEX #E42612 Harley Davidson Orange

📋 copy color: '#E42612'

red 228 ◦ green 38 ◦ blue 18

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

Shades of Harley Davidson Orange #E42612

Tints of Harley Davidson Orange #E42612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.38%

 BLUE value IS 18 (7.42% from 255) = 6.34%

R = 80.28%
G = 13.38%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E42612 (or 0xE42612) is known color: Harley Davidson Orange. HEX triplet: E4, 26 and 12. RGB value is (228,38,18). Sum of RGB (Red+Green+Blue) = 228+38+18=284 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.28% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 228 - color contains mainly: red. Hex color #E42612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42612 is #1BD9ED. Grayscale: #5C5C5C. Windows color (decimal): -1825262 or 1189604. OLE color: 1189604.

HSL color Cylindrical-coordinate representation of color #E42612: hue angle of 5.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E42612 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 38 18 -
CMYK 0 0.83 0.92 0.11
HSL 5.71º 0.85% 0.48% -
HSV(B) 5.71º 0.92% 0.89% -
XYZ 32.8 17.92 2.3 -
YUV 92.53 85.95 224.63 -
System Red Green Blue C M Y K H S L
Decimal 228 38 18 0 0.83 0.92 0.11 5.71 0.85 0.48
Hex E4 26 12 0 53 5C B 6 55 30
Octal 344 46 22 0 123 134 13 6 125 60
Binary 11100100 100110 10010 0 1010011 1011100 1011 110 1010101 110000

Color Harmonies of #E42612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42612

Black with #E42612

Text Example


Text Example

White with #E42612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42612; }

 p { color: rgb(228,38,18); }

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

background-color css

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

 a { background-color: rgb(228,38,18); }

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

border-color css

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

 span { border-color: rgb(228,38,18); }

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