Html Css Color HEX #E53A2B Cinnabar

📋 copy color: '#E53A2B'

red 229 ◦ green 58 ◦ blue 43

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

Shades of Cinnabar #E53A2B

Tints of Cinnabar #E53A2B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 69.39%
G = 17.58%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E53A2B (or 0xE53A2B) is known color: Cinnabar. HEX triplet: E5, 3A and 2B. RGB value is (229,58,43). Sum of RGB (Red+Green+Blue) = 229+58+43=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53A2B is #1AC5D4. Grayscale: #6B6B6B. Windows color (decimal): -1754581 or 2833125. OLE color: 2833125.

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

Color convert

RGB 229 58 43 -
CMYK 0 0.75 0.81 0.10
HSL 4.84º 0.78% 0.53% -
HSV(B) 4.84º 0.81% 0.9% -
XYZ 34.26 19.86 4.31 -
YUV 107.42 91.65 214.72 -
System Red Green Blue C M Y K H S L
Decimal 229 58 43 0 0.75 0.81 0.10 4.84 0.78 0.53
Hex E5 3A 2B 0 4B 51 A 5 4E 35
Octal 345 72 53 0 113 121 12 5 116 65
Binary 11100101 111010 101011 0 1001011 1010001 1010 101 1001110 110101

Color Harmonies of #E53A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53A2B

Black with #E53A2B

Text Example


Text Example

White with #E53A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53A2B; }

 p { color: rgb(229,58,43); }

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

background-color css

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

 a { background-color: rgb(229,58,43); }

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

border-color css

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

 span { border-color: rgb(229,58,43); }

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