Html Css Color HEX #E52F13 Harley Davidson Orange

📋 copy color: '#E52F13'

red 229 ◦ green 47 ◦ blue 19

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

Shades of Harley Davidson Orange #E52F13

Tints of Harley Davidson Orange #E52F13

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.93%

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 77.63%
G = 15.93%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E52F13 (or 0xE52F13) is known color: Harley Davidson Orange. HEX triplet: E5, 2F and 13. RGB value is (229,47,19). Sum of RGB (Red+Green+Blue) = 229+47+19=295 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.63% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E52F13 is #1AD0EC. Grayscale: #626262. Windows color (decimal): -1757421 or 1257445. OLE color: 1257445.

HSL color Cylindrical-coordinate representation of color #E52F13: hue angle of 8º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E52F13 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 47 19 -
CMYK 0 0.79 0.92 0.10
HSL 0.85% 0.49% -
HSV(B) 0.92% 0.9% -
XYZ 33.45 18.74 2.47 -
YUV 98.23 83.3 221.28 -
System Red Green Blue C M Y K H S L
Decimal 229 47 19 0 0.79 0.92 0.10 8 0.85 0.49
Hex E5 2F 13 0 4F 5C A 8 55 31
Octal 345 57 23 0 117 134 12 10 125 61
Binary 11100101 101111 10011 0 1001111 1011100 1010 1000 1010101 110001

Color Harmonies of #E52F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52F13

Black with #E52F13

Text Example


Text Example

White with #E52F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52F13; }

 p { color: rgb(229,47,19); }

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

background-color css

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

 a { background-color: rgb(229,47,19); }

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

border-color css

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

 span { border-color: rgb(229,47,19); }

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