Html Css Color HEX #E01C13 Harley Davidson Orange

📋 copy color: '#E01C13'

red 224 ◦ green 28 ◦ blue 19

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

Shades of Harley Davidson Orange #E01C13

Tints of Harley Davidson Orange #E01C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

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

R = 82.66%
G = 10.33%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E01C13 (or 0xE01C13) is known color: Harley Davidson Orange. HEX triplet: E0, 1C and 13. RGB value is (224,28,19). Sum of RGB (Red+Green+Blue) = 224+28+19=271 (35% of max value = 765). Red value is 224 (87.89% from 255 or 82.66% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E01C13 is #1FE3EC. Grayscale: #555555. Windows color (decimal): -2089965 or 1252576. OLE color: 1252576.

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

Color convert

RGB 224 28 19 -
CMYK 0 0.88 0.92 0.12
HSL 2.63º 0.84% 0.48% -
HSV(B) 2.63º 0.92% 0.88% -
XYZ 31.27 16.72 2.2 -
YUV 85.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 224 28 19 0 0.88 0.92 0.12 2.63 0.84 0.48
Hex E0 1C 13 0 58 5C C 3 54 30
Octal 340 34 23 0 130 134 14 3 124 60
Binary 11100000 11100 10011 0 1011000 1011100 1100 11 1010100 110000

Color Harmonies of #E01C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C13

Black with #E01C13

Text Example


Text Example

White with #E01C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C13; }

 p { color: rgb(224,28,19); }

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

background-color css

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

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

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

border-color css

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

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

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