Html Css Color HEX #E1352D Cinnabar

📋 copy color: '#E1352D'

red 225 ◦ green 53 ◦ blue 45

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

Shades of Cinnabar #E1352D

Tints of Cinnabar #E1352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.93%

R = 69.66%
G = 16.41%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E1352D (or 0xE1352D) is known color: Cinnabar. HEX triplet: E1, 35 and 2D. RGB value is (225,53,45). Sum of RGB (Red+Green+Blue) = 225+53+45=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E1352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1352D is #1ECAD2. Grayscale: #676767. Windows color (decimal): -2018003 or 2962913. OLE color: 2962913.

HSL color Cylindrical-coordinate representation of color #E1352D: hue angle of 2.67º 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 #E1352D is Cyan = 0, Magento = 0.76, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 53 45 -
CMYK 0 0.76 0.8 0.12
HSL 2.67º 0.75% 0.53% -
HSV(B) 2.67º 0.8% 0.88% -
XYZ 32.8 18.74 4.37 -
YUV 103.52 94.98 214.65 -
System Red Green Blue C M Y K H S L
Decimal 225 53 45 0 0.76 0.8 0.12 2.67 0.75 0.53
Hex E1 35 2D 0 4C 50 C 3 4B 35
Octal 341 65 55 0 114 120 14 3 113 65
Binary 11100001 110101 101101 0 1001100 1010000 1100 11 1001011 110101

Color Harmonies of #E1352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1352D

Black with #E1352D

Text Example


Text Example

White with #E1352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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