Html Css Color HEX #E03314 Harley Davidson Orange

📋 copy color: '#E03314'

red 224 ◦ green 51 ◦ blue 20

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

Shades of Harley Davidson Orange #E03314

Tints of Harley Davidson Orange #E03314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.29%

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 75.93%
G = 17.29%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E03314 (or 0xE03314) is known color: Harley Davidson Orange. HEX triplet: E0, 33 and 14. RGB value is (224,51,20). Sum of RGB (Red+Green+Blue) = 224+51+20=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E03314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03314 is #1FCCEB. Grayscale: #636363. Windows color (decimal): -2084076 or 1324000. OLE color: 1324000.

HSL color Cylindrical-coordinate representation of color #E03314: hue angle of 9.12º degrees, saturation: 0.84, 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 #E03314 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 51 20 -
CMYK 0 0.77 0.91 0.12
HSL 9.12º 0.84% 0.48% -
HSV(B) 9.12º 0.91% 0.88% -
XYZ 32.05 18.27 2.5 -
YUV 99.19 83.31 217.02 -
System Red Green Blue C M Y K H S L
Decimal 224 51 20 0 0.77 0.91 0.12 9.12 0.84 0.48
Hex E0 33 14 0 4D 5B C 9 54 30
Octal 340 63 24 0 115 133 14 11 124 60
Binary 11100000 110011 10100 0 1001101 1011011 1100 1001 1010100 110000

Color Harmonies of #E03314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03314

Black with #E03314

Text Example


Text Example

White with #E03314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03314; }

 p { color: rgb(224,51,20); }

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

background-color css

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

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

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

border-color css

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

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

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