Html Css Color HEX #E03D0D Harley Davidson Orange

📋 copy color: '#E03D0D'

red 224 ◦ green 61 ◦ blue 13

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

Shades of Harley Davidson Orange #E03D0D

Tints of Harley Davidson Orange #E03D0D

RGB

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

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

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

R = 75.17%
G = 20.47%
B = 4.36%

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

#E03D0D (or 0xE03D0D) is known color: Harley Davidson Orange. HEX triplet: E0, 3D and 0D. RGB value is (224,61,13). Sum of RGB (Red+Green+Blue) = 224+61+13=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E03D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E03D0D is #1FC2F2. Grayscale: #686868. Windows color (decimal): -2081523 or 867808. OLE color: 867808.

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

Color convert

RGB 224 61 13 -
CMYK 0 0.73 0.94 0.12
HSL 13.65º 0.89% 0.46% -
HSV(B) 13.65º 0.94% 0.88% -
XYZ 32.48 19.21 2.38 -
YUV 104.27 76.5 213.4 -
System Red Green Blue C M Y K H S L
Decimal 224 61 13 0 0.73 0.94 0.12 13.65 0.89 0.46
Hex E0 3D D 0 49 5E C E 59 2E
Octal 340 75 15 0 111 136 14 16 131 56
Binary 11100000 111101 1101 0 1001001 1011110 1100 1110 1011001 101110

Color Harmonies of #E03D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03D0D

Black with #E03D0D

Text Example


Text Example

White with #E03D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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