Html Css Color HEX #E1352C Cinnabar

📋 copy color: '#E1352C'

red 225 ◦ green 53 ◦ blue 44

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

Shades of Cinnabar #E1352C

Tints of Cinnabar #E1352C

RGB

 RED value IS 225 (88.28% from 255) = 69.88%

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

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 69.88%
G = 16.46%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1352C (or 0xE1352C) is known color: Cinnabar. HEX triplet: E1, 35 and 2C. RGB value is (225,53,44). Sum of RGB (Red+Green+Blue) = 225+53+44=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1352C is #1ECAD3. Grayscale: #676767. Windows color (decimal): -2018004 or 2897377. OLE color: 2897377.

HSL color Cylindrical-coordinate representation of color #E1352C: hue angle of 2.98º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1352C is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 53 44 -
CMYK 0 0.76 0.80 0.12
HSL 2.98º 0.75% 0.53% -
HSV(B) 2.98º 0.8% 0.88% -
XYZ 32.78 18.74 4.27 -
YUV 103.4 94.48 214.73 -
System Red Green Blue C M Y K H S L
Decimal 225 53 44 0 0.76 0.80 0.12 2.98 0.75 0.53
Hex E1 35 2C 0 4C 50 C 3 4B 35
Octal 341 65 54 0 114 120 14 3 113 65
Binary 11100001 110101 101100 0 1001100 1010000 1100 11 1001011 110101

Color Harmonies of #E1352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1352C

Black with #E1352C

Text Example


Text Example

White with #E1352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1352C; }

 p { color: rgb(225,53,44); }

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

background-color css

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

 a { background-color: rgb(225,53,44); }

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

border-color css

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

 span { border-color: rgb(225,53,44); }

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