Html Css Color HEX #E53A30 Cinnabar

📋 copy color: '#E53A30'

red 229 ◦ green 58 ◦ blue 48

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

Shades of Cinnabar #E53A30

Tints of Cinnabar #E53A30

RGB

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

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

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

R = 68.36%
G = 17.31%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E53A30 (or 0xE53A30) is known color: Cinnabar. HEX triplet: E5, 3A and 30. RGB value is (229,58,48). Sum of RGB (Red+Green+Blue) = 229+58+48=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53A30 is #1AC5CF. Grayscale: #6C6C6C. Windows color (decimal): -1754576 or 3160805. OLE color: 3160805.

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

Color convert

RGB 229 58 48 -
CMYK 0 0.75 0.79 0.10
HSL 3.31º 0.78% 0.54% -
HSV(B) 3.31º 0.79% 0.9% -
XYZ 34.36 19.9 4.83 -
YUV 107.99 94.15 214.31 -
System Red Green Blue C M Y K H S L
Decimal 229 58 48 0 0.75 0.79 0.10 3.31 0.78 0.54
Hex E5 3A 30 0 4B 4F A 3 4E 36
Octal 345 72 60 0 113 117 12 3 116 66
Binary 11100101 111010 110000 0 1001011 1001111 1010 11 1001110 110110

Color Harmonies of #E53A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53A30

Black with #E53A30

Text Example


Text Example

White with #E53A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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