Html Css Color HEX #E03C0D Harley Davidson Orange

📋 copy color: '#E03C0D'

red 224 ◦ green 60 ◦ blue 13

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

Shades of Harley Davidson Orange #E03C0D

Tints of Harley Davidson Orange #E03C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.2%

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 75.42%
G = 20.2%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E03C0D (or 0xE03C0D) is known color: Harley Davidson Orange. HEX triplet: E0, 3C and 0D. RGB value is (224,60,13). Sum of RGB (Red+Green+Blue) = 224+60+13=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03C0D is #1FC3F2. Grayscale: #686868. Windows color (decimal): -2081779 or 867552. OLE color: 867552.

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

Color convert

RGB 224 60 13 -
CMYK 0 0.73 0.94 0.12
HSL 13.36º 0.89% 0.46% -
HSV(B) 13.36º 0.94% 0.88% -
XYZ 32.43 19.11 2.36 -
YUV 103.68 76.83 213.82 -
System Red Green Blue C M Y K H S L
Decimal 224 60 13 0 0.73 0.94 0.12 13.36 0.89 0.46
Hex E0 3C D 0 49 5E C D 59 2E
Octal 340 74 15 0 111 136 14 15 131 56
Binary 11100000 111100 1101 0 1001001 1011110 1100 1101 1011001 101110

Color Harmonies of #E03C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03C0D

Black with #E03C0D

Text Example


Text Example

White with #E03C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03C0D; }

 p { color: rgb(224,60,13); }

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

background-color css

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

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

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

border-color css

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

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

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