Html Css Color HEX #E03A0D Harley Davidson Orange

📋 copy color: '#E03A0D'

red 224 ◦ green 58 ◦ blue 13

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

Shades of Harley Davidson Orange #E03A0D

Tints of Harley Davidson Orange #E03A0D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

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

R = 75.93%
G = 19.66%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E03A0D (or 0xE03A0D) is known color: Harley Davidson Orange. HEX triplet: E0, 3A and 0D. RGB value is (224,58,13). Sum of RGB (Red+Green+Blue) = 224+58+13=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03A0D is #1FC5F2. Grayscale: #666666. Windows color (decimal): -2082291 or 867040. OLE color: 867040.

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

Color convert

RGB 224 58 13 -
CMYK 0 0.74 0.94 0.12
HSL 12.8º 0.89% 0.46% -
HSV(B) 12.8º 0.94% 0.88% -
XYZ 32.33 18.9 2.33 -
YUV 102.5 77.5 214.66 -
System Red Green Blue C M Y K H S L
Decimal 224 58 13 0 0.74 0.94 0.12 12.8 0.89 0.46
Hex E0 3A D 0 4A 5E C D 59 2E
Octal 340 72 15 0 112 136 14 15 131 56
Binary 11100000 111010 1101 0 1001010 1011110 1100 1101 1011001 101110

Color Harmonies of #E03A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03A0D

Black with #E03A0D

Text Example


Text Example

White with #E03A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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