Html Css Color HEX #E52D24 Cinnabar

📋 copy color: '#E52D24'

red 229 ◦ green 45 ◦ blue 36

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

Shades of Cinnabar #E52D24

Tints of Cinnabar #E52D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.61%

R = 73.87%
G = 14.52%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E52D24 (or 0xE52D24) is known color: Cinnabar. HEX triplet: E5, 2D and 24. RGB value is (229,45,36). Sum of RGB (Red+Green+Blue) = 229+45+36=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52D24 is #1AD2DB. Grayscale: #636363. Windows color (decimal): -1757916 or 2371045. OLE color: 2371045.

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

Color convert

RGB 229 45 36 -
CMYK 0 0.80 0.84 0.10
HSL 2.8º 0.79% 0.52% -
HSV(B) 2.8º 0.84% 0.9% -
XYZ 33.57 18.66 3.5 -
YUV 98.99 92.46 220.73 -
System Red Green Blue C M Y K H S L
Decimal 229 45 36 0 0.80 0.84 0.10 2.8 0.79 0.52
Hex E5 2D 24 0 50 54 A 3 4F 34
Octal 345 55 44 0 120 124 12 3 117 64
Binary 11100101 101101 100100 0 1010000 1010100 1010 11 1001111 110100

Color Harmonies of #E52D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52D24

Black with #E52D24

Text Example


Text Example

White with #E52D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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