Html Css Color HEX #E13527 Cinnabar

📋 copy color: '#E13527'

red 225 ◦ green 53 ◦ blue 39

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

Shades of Cinnabar #E13527

Tints of Cinnabar #E13527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.3%

R = 70.98%
G = 16.72%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E13527 (or 0xE13527) is known color: Cinnabar. HEX triplet: E1, 35 and 27. RGB value is (225,53,39). Sum of RGB (Red+Green+Blue) = 225+53+39=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E13527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13527 is #1ECAD8. Grayscale: #676767. Windows color (decimal): -2018009 or 2569697. OLE color: 2569697.

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

Color convert

RGB 225 53 39 -
CMYK 0 0.76 0.83 0.12
HSL 4.52º 0.76% 0.52% -
HSV(B) 4.52º 0.83% 0.88% -
XYZ 32.69 18.7 3.81 -
YUV 102.83 91.98 215.14 -
System Red Green Blue C M Y K H S L
Decimal 225 53 39 0 0.76 0.83 0.12 4.52 0.76 0.52
Hex E1 35 27 0 4C 53 C 5 4C 34
Octal 341 65 47 0 114 123 14 5 114 64
Binary 11100001 110101 100111 0 1001100 1010011 1100 101 1001100 110100

Color Harmonies of #E13527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13527

Black with #E13527

Text Example


Text Example

White with #E13527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13527; }

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

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

background-color css

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

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

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

border-color css

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

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

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