Html Css Color HEX #E53434 Cinnabar

📋 copy color: '#E53434'

red 229 ◦ green 52 ◦ blue 52

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

Shades of Cinnabar #E53434

Tints of Cinnabar #E53434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.62%

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

R = 68.77%
G = 15.62%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E53434 (or 0xE53434) is known color: Cinnabar. HEX triplet: E5, 34 and 34. RGB value is (229,52,52). Sum of RGB (Red+Green+Blue) = 229+52+52=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E53434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53434 is #1ACBCB. Grayscale: #696969. Windows color (decimal): -1756108 or 3421413. OLE color: 3421413.

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

Color convert

RGB 229 52 52 -
CMYK 0 0.77 0.77 0.10
HSL 0.77% 0.55% -
HSV(B) 0.77% 0.9% -
XYZ 34.16 19.36 5.19 -
YUV 104.92 98.14 216.5 -
System Red Green Blue C M Y K H S L
Decimal 229 52 52 0 0.77 0.77 0.10 0 0.77 0.55
Hex E5 34 34 0 4D 4D A 0 4D 37
Octal 345 64 64 0 115 115 12 0 115 67
Binary 11100101 110100 110100 0 1001101 1001101 1010 0 1001101 110111

Color Harmonies of #E53434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53434

Black with #E53434

Text Example


Text Example

White with #E53434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53434; }

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

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

background-color css

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

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

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

border-color css

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

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

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