Html Css Color HEX #E52D28 Cinnabar

📋 copy color: '#E52D28'

red 229 ◦ green 45 ◦ blue 40

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

Shades of Cinnabar #E52D28

Tints of Cinnabar #E52D28

RGB

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

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

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

R = 72.93%
G = 14.33%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E52D28 (or 0xE52D28) is known color: Cinnabar. HEX triplet: E5, 2D and 28. RGB value is (229,45,40). Sum of RGB (Red+Green+Blue) = 229+45+40=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E52D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52D28 is #1AD2D7. Grayscale: #636363. Windows color (decimal): -1757912 or 2633189. OLE color: 2633189.

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

Color convert

RGB 229 45 40 -
CMYK 0 0.80 0.83 0.10
HSL 1.59º 0.78% 0.53% -
HSV(B) 1.59º 0.83% 0.9% -
XYZ 33.63 18.69 3.84 -
YUV 99.45 94.46 220.41 -
System Red Green Blue C M Y K H S L
Decimal 229 45 40 0 0.80 0.83 0.10 1.59 0.78 0.53
Hex E5 2D 28 0 50 53 A 2 4E 35
Octal 345 55 50 0 120 123 12 2 116 65
Binary 11100101 101101 101000 0 1010000 1010011 1010 10 1001110 110101

Color Harmonies of #E52D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52D28

Black with #E52D28

Text Example


Text Example

White with #E52D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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