Html Css Color HEX #E0210F Harley Davidson Orange

📋 copy color: '#E0210F'

red 224 ◦ green 33 ◦ blue 15

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

Shades of Harley Davidson Orange #E0210F

Tints of Harley Davidson Orange #E0210F

RGB

 RED value IS 224 (87.89% from 255) = 82.35%

 GREEN value IS 33 (13.28% from 255) = 12.13%

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 82.35%
G = 12.13%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0210F (or 0xE0210F) is known color: Harley Davidson Orange. HEX triplet: E0, 21 and 0F. RGB value is (224,33,15). Sum of RGB (Red+Green+Blue) = 224+33+15=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E0210F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0210F is #1FDEF0. Grayscale: #585858. Windows color (decimal): -2088689 or 991712. OLE color: 991712.

HSL color Cylindrical-coordinate representation of color #E0210F: hue angle of 5.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0210F is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 15 -
CMYK 0 0.85 0.93 0.12
HSL 5.17º 0.87% 0.47% -
HSV(B) 5.17º 0.93% 0.88% -
XYZ 31.37 16.97 2.07 -
YUV 88.06 86.78 224.96 -
System Red Green Blue C M Y K H S L
Decimal 224 33 15 0 0.85 0.93 0.12 5.17 0.87 0.47
Hex E0 21 F 0 55 5D C 5 57 2F
Octal 340 41 17 0 125 135 14 5 127 57
Binary 11100000 100001 1111 0 1010101 1011101 1100 101 1010111 101111

Color Harmonies of #E0210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0210F

Black with #E0210F

Text Example


Text Example

White with #E0210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0210F; }

 p { color: rgb(224,33,15); }

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

background-color css

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

 a { background-color: rgb(224,33,15); }

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

border-color css

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

 span { border-color: rgb(224,33,15); }

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