Html Css Color HEX #E52928 Cinnabar

📋 copy color: '#E52928'

red 229 ◦ green 41 ◦ blue 40

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

Shades of Cinnabar #E52928

Tints of Cinnabar #E52928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 73.87%
G = 13.23%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E52928 (or 0xE52928) is known color: Cinnabar. HEX triplet: E5, 29 and 28. RGB value is (229,41,40). Sum of RGB (Red+Green+Blue) = 229+41+40=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E52928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52928 is #1AD6D7. Grayscale: #616161. Windows color (decimal): -1758936 or 2632165. OLE color: 2632165.

HSL color Cylindrical-coordinate representation of color #E52928: hue angle of 0.32º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52928 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 41 40 -
CMYK 0 0.82 0.83 0.10
HSL 0.32º 0.78% 0.53% -
HSV(B) 0.32º 0.83% 0.9% -
XYZ 33.49 18.4 3.79 -
YUV 97.1 95.78 222.08 -
System Red Green Blue C M Y K H S L
Decimal 229 41 40 0 0.82 0.83 0.10 0.32 0.78 0.53
Hex E5 29 28 0 52 53 A 0 4E 35
Octal 345 51 50 0 122 123 12 0 116 65
Binary 11100101 101001 101000 0 1010010 1010011 1010 0 1001110 110101

Color Harmonies of #E52928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52928

Black with #E52928

Text Example


Text Example

White with #E52928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52928; }

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

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

background-color css

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

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

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

border-color css

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

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

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