Html Css Color HEX #E5352F Cinnabar

📋 copy color: '#E5352F'

red 229 ◦ green 53 ◦ blue 47

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

Shades of Cinnabar #E5352F

Tints of Cinnabar #E5352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.11%

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 69.6%
G = 16.11%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5352F (or 0xE5352F) is known color: Cinnabar. HEX triplet: E5, 35 and 2F. RGB value is (229,53,47). Sum of RGB (Red+Green+Blue) = 229+53+47=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E5352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5352F is #1ACAD0. Grayscale: #696969. Windows color (decimal): -1755857 or 3093989. OLE color: 3093989.

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

Color convert

RGB 229 53 47 -
CMYK 0 0.77 0.79 0.10
HSL 1.98º 0.78% 0.54% -
HSV(B) 1.98º 0.79% 0.9% -
XYZ 34.1 19.41 4.64 -
YUV 104.94 95.31 216.49 -
System Red Green Blue C M Y K H S L
Decimal 229 53 47 0 0.77 0.79 0.10 1.98 0.78 0.54
Hex E5 35 2F 0 4D 4F A 2 4E 36
Octal 345 65 57 0 115 117 12 2 116 66
Binary 11100101 110101 101111 0 1001101 1001111 1010 10 1001110 110110

Color Harmonies of #E5352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5352F

Black with #E5352F

Text Example


Text Example

White with #E5352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5352F; }

 p { color: rgb(229,53,47); }

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

background-color css

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

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

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

border-color css

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

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

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