Html Css Color HEX #E03F13 Harley Davidson Orange

📋 copy color: '#E03F13'

red 224 ◦ green 63 ◦ blue 19

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

Shades of Harley Davidson Orange #E03F13

Tints of Harley Davidson Orange #E03F13

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

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

R = 73.2%
G = 20.59%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E03F13 (or 0xE03F13) is known color: Harley Davidson Orange. HEX triplet: E0, 3F and 13. RGB value is (224,63,19). Sum of RGB (Red+Green+Blue) = 224+63+19=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03F13 is #1FC0EC. Grayscale: #6A6A6A. Windows color (decimal): -2081005 or 1261536. OLE color: 1261536.

HSL color Cylindrical-coordinate representation of color #E03F13: hue angle of 12.88º 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 #E03F13 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 63 19 -
CMYK 0 0.72 0.92 0.12
HSL 12.88º 0.84% 0.48% -
HSV(B) 12.88º 0.92% 0.88% -
XYZ 32.64 19.45 2.65 -
YUV 106.12 78.84 212.08 -
System Red Green Blue C M Y K H S L
Decimal 224 63 19 0 0.72 0.92 0.12 12.88 0.84 0.48
Hex E0 3F 13 0 48 5C C D 54 30
Octal 340 77 23 0 110 134 14 15 124 60
Binary 11100000 111111 10011 0 1001000 1011100 1100 1101 1010100 110000

Color Harmonies of #E03F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03F13

Black with #E03F13

Text Example


Text Example

White with #E03F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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