Html Css Color HEX #E13131 Cinnabar

📋 copy color: '#E13131'

red 225 ◦ green 49 ◦ blue 49

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

Shades of Cinnabar #E13131

Tints of Cinnabar #E13131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.17%

 BLUE value IS 49 (19.53% from 255) = 15.17%

R = 69.66%
G = 15.17%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E13131 (or 0xE13131) is known color: Cinnabar. HEX triplet: E1, 31 and 31. RGB value is (225,49,49). Sum of RGB (Red+Green+Blue) = 225+49+49=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E13131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13131 is #1ECECE. Grayscale: #656565. Windows color (decimal): -2019023 or 3224033. OLE color: 3224033.

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

Color convert

RGB 225 49 49 -
CMYK 0 0.78 0.78 0.12
HSL 0.75% 0.54% -
HSV(B) 0.78% 0.88% -
XYZ 32.7 18.43 4.74 -
YUV 101.62 98.31 216 -
System Red Green Blue C M Y K H S L
Decimal 225 49 49 0 0.78 0.78 0.12 0 0.75 0.54
Hex E1 31 31 0 4E 4E C 0 4B 36
Octal 341 61 61 0 116 116 14 0 113 66
Binary 11100001 110001 110001 0 1001110 1001110 1100 0 1001011 110110

Color Harmonies of #E13131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13131

Black with #E13131

Text Example


Text Example

White with #E13131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13131; }

 p { color: rgb(225,49,49); }

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

background-color css

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

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

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

border-color css

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

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

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