Html Css Color HEX #E2352F Cinnabar

📋 copy color: '#E2352F'

red 226 ◦ green 53 ◦ blue 47

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

Shades of Cinnabar #E2352F

Tints of Cinnabar #E2352F

RGB

 RED value IS 226 (88.67% from 255) = 69.33%

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

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

R = 69.33%
G = 16.26%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2352F (or 0xE2352F) is known color: Cinnabar. HEX triplet: E2, 35 and 2F. RGB value is (226,53,47). Sum of RGB (Red+Green+Blue) = 226+53+47=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E2352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2352F is #1DCAD0. Grayscale: #686868. Windows color (decimal): -1952465 or 3093986. OLE color: 3093986.

HSL color Cylindrical-coordinate representation of color #E2352F: hue angle of 2.01º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2352F is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 53 47 -
CMYK 0 0.77 0.79 0.11
HSL 2.01º 0.76% 0.54% -
HSV(B) 2.01º 0.79% 0.89% -
XYZ 33.15 18.92 4.59 -
YUV 104.04 95.81 214.99 -
System Red Green Blue C M Y K H S L
Decimal 226 53 47 0 0.77 0.79 0.11 2.01 0.76 0.54
Hex E2 35 2F 0 4D 4F B 2 4C 36
Octal 342 65 57 0 115 117 13 2 114 66
Binary 11100010 110101 101111 0 1001101 1001111 1011 10 1001100 110110

Color Harmonies of #E2352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2352F

Black with #E2352F

Text Example


Text Example

White with #E2352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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