Html Css Color HEX #E22D15 Harley Davidson Orange

📋 copy color: '#E22D15'

red 226 ◦ green 45 ◦ blue 21

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

Shades of Harley Davidson Orange #E22D15

Tints of Harley Davidson Orange #E22D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

 BLUE value IS 21 (8.59% from 255) = 7.19%

R = 77.4%
G = 15.41%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E22D15 (or 0xE22D15) is known color: Harley Davidson Orange. HEX triplet: E2, 2D and 15. RGB value is (226,45,21). Sum of RGB (Red+Green+Blue) = 226+45+21=292 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.40% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22D15 is #1DD2EA. Grayscale: #606060. Windows color (decimal): -1954539 or 1388002. OLE color: 1388002.

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

Color convert

RGB 226 45 21 -
CMYK 0 0.80 0.91 0.11
HSL 7.02º 0.83% 0.48% -
HSV(B) 7.02º 0.91% 0.89% -
XYZ 32.44 18.1 2.49 -
YUV 96.38 85.47 220.45 -
System Red Green Blue C M Y K H S L
Decimal 226 45 21 0 0.80 0.91 0.11 7.02 0.83 0.48
Hex E2 2D 15 0 50 5B B 7 53 30
Octal 342 55 25 0 120 133 13 7 123 60
Binary 11100010 101101 10101 0 1010000 1011011 1011 111 1010011 110000

Color Harmonies of #E22D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22D15

Black with #E22D15

Text Example


Text Example

White with #E22D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22D15; }

 p { color: rgb(226,45,21); }

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

background-color css

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

 a { background-color: rgb(226,45,21); }

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

border-color css

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

 span { border-color: rgb(226,45,21); }

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