Html Css Color HEX #E1352F Cinnabar

📋 copy color: '#E1352F'

red 225 ◦ green 53 ◦ blue 47

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

Shades of Cinnabar #E1352F

Tints of Cinnabar #E1352F

RGB

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

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

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

R = 69.23%
G = 16.31%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1352F (or 0xE1352F) is known color: Cinnabar. HEX triplet: E1, 35 and 2F. RGB value is (225,53,47). Sum of RGB (Red+Green+Blue) = 225+53+47=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E1352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1352F is #1ECAD0. Grayscale: #676767. Windows color (decimal): -2018001 or 3093985. OLE color: 3093985.

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

Color convert

RGB 225 53 47 -
CMYK 0 0.76 0.79 0.12
HSL 2.02º 0.75% 0.53% -
HSV(B) 2.02º 0.79% 0.88% -
XYZ 32.84 18.76 4.58 -
YUV 103.74 95.98 214.49 -
System Red Green Blue C M Y K H S L
Decimal 225 53 47 0 0.76 0.79 0.12 2.02 0.75 0.53
Hex E1 35 2F 0 4C 4F C 2 4B 35
Octal 341 65 57 0 114 117 14 2 113 65
Binary 11100001 110101 101111 0 1001100 1001111 1100 10 1001011 110101

Color Harmonies of #E1352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1352F

Black with #E1352F

Text Example


Text Example

White with #E1352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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