Html Css Color HEX #E43312 Harley Davidson Orange

📋 copy color: '#E43312'

red 228 ◦ green 51 ◦ blue 18

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

Shades of Harley Davidson Orange #E43312

Tints of Harley Davidson Orange #E43312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

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

R = 76.77%
G = 17.17%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E43312 (or 0xE43312) is known color: Harley Davidson Orange. HEX triplet: E4, 33 and 12. RGB value is (228,51,18). Sum of RGB (Red+Green+Blue) = 228+51+18=297 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.77% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 228 - color contains mainly: red. Hex color #E43312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E43312 is #1BCCED. Grayscale: #646464. Windows color (decimal): -1821934 or 1192932. OLE color: 1192932.

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

Color convert

RGB 228 51 18 -
CMYK 0 0.78 0.92 0.11
HSL 9.43º 0.85% 0.48% -
HSV(B) 9.43º 0.92% 0.89% -
XYZ 33.29 18.91 2.47 -
YUV 100.16 81.64 219.18 -
System Red Green Blue C M Y K H S L
Decimal 228 51 18 0 0.78 0.92 0.11 9.43 0.85 0.48
Hex E4 33 12 0 4E 5C B 9 55 30
Octal 344 63 22 0 116 134 13 11 125 60
Binary 11100100 110011 10010 0 1001110 1011100 1011 1001 1010101 110000

Color Harmonies of #E43312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E43312

Black with #E43312

Text Example


Text Example

White with #E43312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E43312; }

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

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

background-color css

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

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

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

border-color css

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

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

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