Html Css Color HEX #E03A0C Harley Davidson Orange

📋 copy color: '#E03A0C'

red 224 ◦ green 58 ◦ blue 12

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

Shades of Harley Davidson Orange #E03A0C

Tints of Harley Davidson Orange #E03A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.08%

R = 76.19%
G = 19.73%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E03A0C (or 0xE03A0C) is known color: Harley Davidson Orange. HEX triplet: E0, 3A and 0C. RGB value is (224,58,12). Sum of RGB (Red+Green+Blue) = 224+58+12=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03A0C is #1FC5F3. Grayscale: #666666. Windows color (decimal): -2082292 or 801504. OLE color: 801504.

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

Color convert

RGB 224 58 12 -
CMYK 0 0.74 0.95 0.12
HSL 13.02º 0.9% 0.46% -
HSV(B) 13.02º 0.95% 0.88% -
XYZ 32.32 18.9 2.29 -
YUV 102.39 77 214.74 -
System Red Green Blue C M Y K H S L
Decimal 224 58 12 0 0.74 0.95 0.12 13.02 0.9 0.46
Hex E0 3A C 0 4A 5F C D 5A 2E
Octal 340 72 14 0 112 137 14 15 132 56
Binary 11100000 111010 1100 0 1001010 1011111 1100 1101 1011010 101110

Color Harmonies of #E03A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03A0C

Black with #E03A0C

Text Example


Text Example

White with #E03A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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