Html Css Color HEX #E53330 Cinnabar

📋 copy color: '#E53330'

red 229 ◦ green 51 ◦ blue 48

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

Shades of Cinnabar #E53330

Tints of Cinnabar #E53330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

 BLUE value IS 48 (19.14% from 255) = 14.63%

R = 69.82%
G = 15.55%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E53330 (or 0xE53330) is known color: Cinnabar. HEX triplet: E5, 33 and 30. RGB value is (229,51,48). Sum of RGB (Red+Green+Blue) = 229+51+48=328 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.82% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 229 - color contains mainly: red. Hex color #E53330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53330 is #1ACCCF. Grayscale: #686868. Windows color (decimal): -1756368 or 3159013. OLE color: 3159013.

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

Color convert

RGB 229 51 48 -
CMYK 0 0.78 0.79 0.10
HSL 0.99º 0.78% 0.54% -
HSV(B) 0.99º 0.79% 0.9% -
XYZ 34.03 19.24 4.72 -
YUV 103.88 96.47 217.24 -
System Red Green Blue C M Y K H S L
Decimal 229 51 48 0 0.78 0.79 0.10 0.99 0.78 0.54
Hex E5 33 30 0 4E 4F A 1 4E 36
Octal 345 63 60 0 116 117 12 1 116 66
Binary 11100101 110011 110000 0 1001110 1001111 1010 1 1001110 110110

Color Harmonies of #E53330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53330

Black with #E53330

Text Example


Text Example

White with #E53330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53330; }

 p { color: rgb(229,51,48); }

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

background-color css

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

 a { background-color: rgb(229,51,48); }

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

border-color css

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

 span { border-color: rgb(229,51,48); }

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