Html Css Color HEX #E52C28 Cinnabar

📋 copy color: '#E52C28'

red 229 ◦ green 44 ◦ blue 40

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

Shades of Cinnabar #E52C28

Tints of Cinnabar #E52C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.06%

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

R = 73.16%
G = 14.06%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E52C28 (or 0xE52C28) is known color: Cinnabar. HEX triplet: E5, 2C and 28. RGB value is (229,44,40). Sum of RGB (Red+Green+Blue) = 229+44+40=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E52C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52C28 is #1AD3D7. Grayscale: #636363. Windows color (decimal): -1758168 or 2632933. OLE color: 2632933.

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

Color convert

RGB 229 44 40 -
CMYK 0 0.81 0.83 0.10
HSL 1.27º 0.78% 0.53% -
HSV(B) 1.27º 0.83% 0.9% -
XYZ 33.6 18.61 3.83 -
YUV 98.86 94.79 220.83 -
System Red Green Blue C M Y K H S L
Decimal 229 44 40 0 0.81 0.83 0.10 1.27 0.78 0.53
Hex E5 2C 28 0 51 53 A 1 4E 35
Octal 345 54 50 0 121 123 12 1 116 65
Binary 11100101 101100 101000 0 1010001 1010011 1010 1 1001110 110101

Color Harmonies of #E52C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52C28

Black with #E52C28

Text Example


Text Example

White with #E52C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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