Html Css Color HEX #E52824 Cinnabar

📋 copy color: '#E52824'

red 229 ◦ green 40 ◦ blue 36

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

Shades of Cinnabar #E52824

Tints of Cinnabar #E52824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

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

R = 75.08%
G = 13.11%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E52824 (or 0xE52824) is known color: Cinnabar. HEX triplet: E5, 28 and 24. RGB value is (229,40,36). Sum of RGB (Red+Green+Blue) = 229+40+36=305 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.08% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 229 - color contains mainly: red. Hex color #E52824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52824 is #1AD7DB. Grayscale: #606060. Windows color (decimal): -1759196 or 2369765. OLE color: 2369765.

HSL color Cylindrical-coordinate representation of color #E52824: hue angle of 1.24º 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 #E52824 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 40 36 -
CMYK 0 0.83 0.84 0.10
HSL 1.24º 0.79% 0.52% -
HSV(B) 1.24º 0.84% 0.9% -
XYZ 33.39 18.3 3.44 -
YUV 96.06 94.12 222.83 -
System Red Green Blue C M Y K H S L
Decimal 229 40 36 0 0.83 0.84 0.10 1.24 0.79 0.52
Hex E5 28 24 0 53 54 A 1 4F 34
Octal 345 50 44 0 123 124 12 1 117 64
Binary 11100101 101000 100100 0 1010011 1010100 1010 1 1001111 110100

Color Harmonies of #E52824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52824

Black with #E52824

Text Example


Text Example

White with #E52824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52824; }

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

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

background-color css

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

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

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

border-color css

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

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

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