Html Css Color HEX #E52D0E Harley Davidson Orange

📋 copy color: '#E52D0E'

red 229 ◦ green 45 ◦ blue 14

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

Shades of Harley Davidson Orange #E52D0E

Tints of Harley Davidson Orange #E52D0E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.63%

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 79.51%
G = 15.63%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E52D0E (or 0xE52D0E) is known color: Harley Davidson Orange. HEX triplet: E5, 2D and 0E. RGB value is (229,45,14). Sum of RGB (Red+Green+Blue) = 229+45+14=288 (38% of max value = 765). Red value is 229 (89.84% from 255 or 79.51% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52D0E is #1AD2F1. Grayscale: #606060. Windows color (decimal): -1757938 or 929253. OLE color: 929253.

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

Color convert

RGB 229 45 14 -
CMYK 0 0.80 0.94 0.10
HSL 8.65º 0.88% 0.48% -
HSV(B) 8.65º 0.94% 0.9% -
XYZ 33.33 18.57 2.24 -
YUV 96.48 81.46 222.52 -
System Red Green Blue C M Y K H S L
Decimal 229 45 14 0 0.80 0.94 0.10 8.65 0.88 0.48
Hex E5 2D E 0 50 5E A 9 58 30
Octal 345 55 16 0 120 136 12 11 130 60
Binary 11100101 101101 1110 0 1010000 1011110 1010 1001 1011000 110000

Color Harmonies of #E52D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52D0E

Black with #E52D0E

Text Example


Text Example

White with #E52D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52D0E; }

 p { color: rgb(229,45,14); }

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

background-color css

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

 a { background-color: rgb(229,45,14); }

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

border-color css

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

 span { border-color: rgb(229,45,14); }

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