Html Css Color HEX #E22F13 Harley Davidson Orange

📋 copy color: '#E22F13'

red 226 ◦ green 47 ◦ blue 19

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

Shades of Harley Davidson Orange #E22F13

Tints of Harley Davidson Orange #E22F13

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.1%

 BLUE value IS 19 (7.81% from 255) = 6.51%

R = 77.4%
G = 16.1%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E22F13 (or 0xE22F13) is known color: Harley Davidson Orange. HEX triplet: E2, 2F and 13. RGB value is (226,47,19). Sum of RGB (Red+Green+Blue) = 226+47+19=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E22F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22F13 is #1DD0EC. Grayscale: #616161. Windows color (decimal): -1954029 or 1257442. OLE color: 1257442.

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

Color convert

RGB 226 47 19 -
CMYK 0 0.79 0.92 0.11
HSL 8.12º 0.84% 0.48% -
HSV(B) 8.12º 0.92% 0.89% -
XYZ 32.5 18.25 2.43 -
YUV 97.33 83.8 219.78 -
System Red Green Blue C M Y K H S L
Decimal 226 47 19 0 0.79 0.92 0.11 8.12 0.84 0.48
Hex E2 2F 13 0 4F 5C B 8 54 30
Octal 342 57 23 0 117 134 13 10 124 60
Binary 11100010 101111 10011 0 1001111 1011100 1011 1000 1010100 110000

Color Harmonies of #E22F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22F13

Black with #E22F13

Text Example


Text Example

White with #E22F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22F13; }

 p { color: rgb(226,47,19); }

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

background-color css

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

 a { background-color: rgb(226,47,19); }

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

border-color css

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

 span { border-color: rgb(226,47,19); }

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