Html Css Color HEX #E42712 Harley Davidson Orange

📋 copy color: '#E42712'

red 228 ◦ green 39 ◦ blue 18

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

Shades of Harley Davidson Orange #E42712

Tints of Harley Davidson Orange #E42712

RGB

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

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

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

R = 80%
G = 13.68%
B = 6.32%

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

#E42712 (or 0xE42712) is known color: Harley Davidson Orange. HEX triplet: E4, 27 and 12. RGB value is (228,39,18). Sum of RGB (Red+Green+Blue) = 228+39+18=285 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 228 - color contains mainly: red. Hex color #E42712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42712 is #1BD8ED. Grayscale: #5D5D5D. Windows color (decimal): -1825006 or 1189860. OLE color: 1189860.

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

Color convert

RGB 228 39 18 -
CMYK 0 0.83 0.92 0.11
HSL 0.85% 0.48% -
HSV(B) 0.92% 0.89% -
XYZ 32.83 17.99 2.31 -
YUV 93.12 85.62 224.21 -
System Red Green Blue C M Y K H S L
Decimal 228 39 18 0 0.83 0.92 0.11 6 0.85 0.48
Hex E4 27 12 0 53 5C B 6 55 30
Octal 344 47 22 0 123 134 13 6 125 60
Binary 11100100 100111 10010 0 1010011 1011100 1011 110 1010101 110000

Color Harmonies of #E42712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42712

Black with #E42712

Text Example


Text Example

White with #E42712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42712; }

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

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

background-color css

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

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

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

border-color css

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

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

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