Html Css Color HEX #E5352A Cinnabar

📋 copy color: '#E5352A'

red 229 ◦ green 53 ◦ blue 42

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

Shades of Cinnabar #E5352A

Tints of Cinnabar #E5352A

RGB

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

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

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

R = 70.68%
G = 16.36%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5352A (or 0xE5352A) is known color: Cinnabar. HEX triplet: E5, 35 and 2A. RGB value is (229,53,42). Sum of RGB (Red+Green+Blue) = 229+53+42=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5352A is #1ACAD5. Grayscale: #686868. Windows color (decimal): -1755862 or 2766309. OLE color: 2766309.

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

Color convert

RGB 229 53 42 -
CMYK 0 0.77 0.82 0.10
HSL 3.53º 0.78% 0.53% -
HSV(B) 3.53º 0.82% 0.9% -
XYZ 34 19.37 4.14 -
YUV 104.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 229 53 42 0 0.77 0.82 0.10 3.53 0.78 0.53
Hex E5 35 2A 0 4D 52 A 4 4E 35
Octal 345 65 52 0 115 122 12 4 116 65
Binary 11100101 110101 101010 0 1001101 1010010 1010 100 1001110 110101

Color Harmonies of #E5352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5352A

Black with #E5352A

Text Example


Text Example

White with #E5352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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