Html Css Color HEX #E52C0D Harley Davidson Orange

📋 copy color: '#E52C0D'

red 229 ◦ green 44 ◦ blue 13

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

Shades of Harley Davidson Orange #E52C0D

Tints of Harley Davidson Orange #E52C0D

RGB

 RED value IS 229 (89.84% from 255) = 80.07%

 GREEN value IS 44 (17.58% from 255) = 15.38%

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

R = 80.07%
G = 15.38%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E52C0D (or 0xE52C0D) is known color: Harley Davidson Orange. HEX triplet: E5, 2C and 0D. RGB value is (229,44,13). Sum of RGB (Red+Green+Blue) = 229+44+13=286 (37% of max value = 765). Red value is 229 (89.84% from 255 or 80.07% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52C0D is #1AD3F2. Grayscale: #606060. Windows color (decimal): -1758195 or 863461. OLE color: 863461.

HSL color Cylindrical-coordinate representation of color #E52C0D: hue angle of 8.61º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E52C0D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 44 13 -
CMYK 0 0.81 0.94 0.10
HSL 8.61º 0.89% 0.47% -
HSV(B) 8.61º 0.94% 0.9% -
XYZ 33.29 18.49 2.2 -
YUV 95.78 81.29 223.02 -
System Red Green Blue C M Y K H S L
Decimal 229 44 13 0 0.81 0.94 0.10 8.61 0.89 0.47
Hex E5 2C D 0 51 5E A 9 59 2F
Octal 345 54 15 0 121 136 12 11 131 57
Binary 11100101 101100 1101 0 1010001 1011110 1010 1001 1011001 101111

Color Harmonies of #E52C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C0D

Black with #E52C0D

Text Example


Text Example

White with #E52C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C0D; }

 p { color: rgb(229,44,13); }

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

background-color css

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

 a { background-color: rgb(229,44,13); }

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

border-color css

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

 span { border-color: rgb(229,44,13); }

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