Html Css Color HEX #E11F0F Harley Davidson Orange

📋 copy color: '#E11F0F'

red 225 ◦ green 31 ◦ blue 15

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

Shades of Harley Davidson Orange #E11F0F

Tints of Harley Davidson Orange #E11F0F

RGB

 RED value IS 225 (88.28% from 255) = 83.03%

 GREEN value IS 31 (12.5% from 255) = 11.44%

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

R = 83.03%
G = 11.44%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E11F0F (or 0xE11F0F) is known color: Harley Davidson Orange. HEX triplet: E1, 1F and 0F. RGB value is (225,31,15). Sum of RGB (Red+Green+Blue) = 225+31+15=271 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.03% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11F0F is #1EE0F0. Grayscale: #575757. Windows color (decimal): -2023665 or 991201. OLE color: 991201.

HSL color Cylindrical-coordinate representation of color #E11F0F: hue angle of 4.57º degrees, saturation: 0.88, 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 #E11F0F is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 31 15 -
CMYK 0 0.86 0.93 0.12
HSL 4.57º 0.88% 0.47% -
HSV(B) 4.57º 0.93% 0.88% -
XYZ 31.63 17.02 2.07 -
YUV 87.18 87.27 226.3 -
System Red Green Blue C M Y K H S L
Decimal 225 31 15 0 0.86 0.93 0.12 4.57 0.88 0.47
Hex E1 1F F 0 56 5D C 5 58 2F
Octal 341 37 17 0 126 135 14 5 130 57
Binary 11100001 11111 1111 0 1010110 1011101 1100 101 1011000 101111

Color Harmonies of #E11F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11F0F

Black with #E11F0F

Text Example


Text Example

White with #E11F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11F0F; }

 p { color: rgb(225,31,15); }

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

background-color css

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

 a { background-color: rgb(225,31,15); }

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

border-color css

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

 span { border-color: rgb(225,31,15); }

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