Html Css Color HEX #E53A34 Cinnabar

📋 copy color: '#E53A34'

red 229 ◦ green 58 ◦ blue 52

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

Shades of Cinnabar #E53A34

Tints of Cinnabar #E53A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.34%

R = 67.55%
G = 17.11%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E53A34 (or 0xE53A34) is known color: Cinnabar. HEX triplet: E5, 3A and 34. RGB value is (229,58,52). Sum of RGB (Red+Green+Blue) = 229+58+52=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53A34 is #1AC5CB. Grayscale: #6C6C6C. Windows color (decimal): -1754572 or 3422949. OLE color: 3422949.

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

Color convert

RGB 229 58 52 -
CMYK 0 0.75 0.77 0.10
HSL 2.03º 0.77% 0.55% -
HSV(B) 2.03º 0.77% 0.9% -
XYZ 34.45 19.93 5.28 -
YUV 108.45 96.15 213.99 -
System Red Green Blue C M Y K H S L
Decimal 229 58 52 0 0.75 0.77 0.10 2.03 0.77 0.55
Hex E5 3A 34 0 4B 4D A 2 4D 37
Octal 345 72 64 0 113 115 12 2 115 67
Binary 11100101 111010 110100 0 1001011 1001101 1010 10 1001101 110111

Color Harmonies of #E53A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53A34

Black with #E53A34

Text Example


Text Example

White with #E53A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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