Html Css Color HEX #E52F20 Cinnabar

📋 copy color: '#E52F20'

red 229 ◦ green 47 ◦ blue 32

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

Shades of Cinnabar #E52F20

Tints of Cinnabar #E52F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 74.35%
G = 15.26%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E52F20 (or 0xE52F20) is known color: Cinnabar. HEX triplet: E5, 2F and 20. RGB value is (229,47,32). Sum of RGB (Red+Green+Blue) = 229+47+32=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52F20 is #1AD0DF. Grayscale: #636363. Windows color (decimal): -1757408 or 2109413. OLE color: 2109413.

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

Color convert

RGB 229 47 32 -
CMYK 0 0.79 0.86 0.10
HSL 4.57º 0.79% 0.51% -
HSV(B) 4.57º 0.86% 0.9% -
XYZ 33.59 18.8 3.22 -
YUV 99.71 89.8 220.22 -
System Red Green Blue C M Y K H S L
Decimal 229 47 32 0 0.79 0.86 0.10 4.57 0.79 0.51
Hex E5 2F 20 0 4F 56 A 5 4F 33
Octal 345 57 40 0 117 126 12 5 117 63
Binary 11100101 101111 100000 0 1001111 1010110 1010 101 1001111 110011

Color Harmonies of #E52F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52F20

Black with #E52F20

Text Example


Text Example

White with #E52F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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