Html Css Color HEX #E01515 Harley Davidson Orange

📋 copy color: '#E01515'

red 224 ◦ green 21 ◦ blue 21

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

Shades of Harley Davidson Orange #E01515

Tints of Harley Davidson Orange #E01515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

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

R = 84.21%
G = 7.89%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E01515 (or 0xE01515) is known color: Harley Davidson Orange. HEX triplet: E0, 15 and 15. RGB value is (224,21,21). Sum of RGB (Red+Green+Blue) = 224+21+21=266 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.21% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 224 - color contains mainly: red. Hex color #E01515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01515 is #1FEAEA. Grayscale: #515151. Windows color (decimal): -2091755 or 1381856. OLE color: 1381856.

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

Color convert

RGB 224 21 21 -
CMYK 0 0.91 0.91 0.12
HSL 0.83% 0.48% -
HSV(B) 0.91% 0.88% -
XYZ 31.14 16.44 2.24 -
YUV 81.7 93.75 229.5 -
System Red Green Blue C M Y K H S L
Decimal 224 21 21 0 0.91 0.91 0.12 0 0.83 0.48
Hex E0 15 15 0 5B 5B C 0 53 30
Octal 340 25 25 0 133 133 14 0 123 60
Binary 11100000 10101 10101 0 1011011 1011011 1100 0 1010011 110000

Color Harmonies of #E01515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01515

Black with #E01515

Text Example


Text Example

White with #E01515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01515; }

 p { color: rgb(224,21,21); }

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

background-color css

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

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

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

border-color css

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

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

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