Html Css Color HEX #E53A2A Cinnabar

📋 copy color: '#E53A2A'

red 229 ◦ green 58 ◦ blue 42

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

Shades of Cinnabar #E53A2A

Tints of Cinnabar #E53A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.77%

R = 69.6%
G = 17.63%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E53A2A (or 0xE53A2A) is known color: Cinnabar. HEX triplet: E5, 3A and 2A. RGB value is (229,58,42). Sum of RGB (Red+Green+Blue) = 229+58+42=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53A2A is #1AC5D5. Grayscale: #6B6B6B. Windows color (decimal): -1754582 or 2767589. OLE color: 2767589.

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

Color convert

RGB 229 58 42 -
CMYK 0 0.75 0.82 0.10
HSL 5.13º 0.78% 0.53% -
HSV(B) 5.13º 0.82% 0.9% -
XYZ 34.24 19.85 4.22 -
YUV 107.31 91.15 214.8 -
System Red Green Blue C M Y K H S L
Decimal 229 58 42 0 0.75 0.82 0.10 5.13 0.78 0.53
Hex E5 3A 2A 0 4B 52 A 5 4E 35
Octal 345 72 52 0 113 122 12 5 116 65
Binary 11100101 111010 101010 0 1001011 1010010 1010 101 1001110 110101

Color Harmonies of #E53A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53A2A

Black with #E53A2A

Text Example


Text Example

White with #E53A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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