Html Css Color HEX #E22712 Harley Davidson Orange

📋 copy color: '#E22712'

red 226 ◦ green 39 ◦ blue 18

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

Shades of Harley Davidson Orange #E22712

Tints of Harley Davidson Orange #E22712

RGB

 RED value IS 226 (88.67% from 255) = 79.86%

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

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

R = 79.86%
G = 13.78%
B = 6.36%

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

#E22712 (or 0xE22712) is known color: Harley Davidson Orange. HEX triplet: E2, 27 and 12. RGB value is (226,39,18). Sum of RGB (Red+Green+Blue) = 226+39+18=283 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.86% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 226 - color contains mainly: red. Hex color #E22712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22712 is #1DD8ED. Grayscale: #5C5C5C. Windows color (decimal): -1956078 or 1189858. OLE color: 1189858.

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

Color convert

RGB 226 39 18 -
CMYK 0 0.83 0.92 0.11
HSL 6.06º 0.85% 0.48% -
HSV(B) 6.06º 0.92% 0.89% -
XYZ 32.2 17.66 2.28 -
YUV 92.52 85.95 223.21 -
System Red Green Blue C M Y K H S L
Decimal 226 39 18 0 0.83 0.92 0.11 6.06 0.85 0.48
Hex E2 27 12 0 53 5C B 6 55 30
Octal 342 47 22 0 123 134 13 6 125 60
Binary 11100010 100111 10010 0 1010011 1011100 1011 110 1010101 110000

Color Harmonies of #E22712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22712

Black with #E22712

Text Example


Text Example

White with #E22712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22712; }

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

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

background-color css

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

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

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

border-color css

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

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

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