Html Css Color HEX #E03D14 Harley Davidson Orange

📋 copy color: '#E03D14'

red 224 ◦ green 61 ◦ blue 20

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

Shades of Harley Davidson Orange #E03D14

Tints of Harley Davidson Orange #E03D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20%

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

R = 73.44%
G = 20%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E03D14 (or 0xE03D14) is known color: Harley Davidson Orange. HEX triplet: E0, 3D and 14. RGB value is (224,61,20). Sum of RGB (Red+Green+Blue) = 224+61+20=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03D14 is #1FC2EB. Grayscale: #696969. Windows color (decimal): -2081516 or 1326560. OLE color: 1326560.

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

Color convert

RGB 224 61 20 -
CMYK 0 0.73 0.91 0.12
HSL 12.06º 0.84% 0.48% -
HSV(B) 12.06º 0.91% 0.88% -
XYZ 32.54 19.24 2.66 -
YUV 105.06 80 212.83 -
System Red Green Blue C M Y K H S L
Decimal 224 61 20 0 0.73 0.91 0.12 12.06 0.84 0.48
Hex E0 3D 14 0 49 5B C C 54 30
Octal 340 75 24 0 111 133 14 14 124 60
Binary 11100000 111101 10100 0 1001001 1011011 1100 1100 1010100 110000

Color Harmonies of #E03D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03D14

Black with #E03D14

Text Example


Text Example

White with #E03D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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