Html Css Color HEX #E13331 Cinnabar

📋 copy color: '#E13331'

red 225 ◦ green 51 ◦ blue 49

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

Shades of Cinnabar #E13331

Tints of Cinnabar #E13331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

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

R = 69.23%
G = 15.69%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E13331 (or 0xE13331) is known color: Cinnabar. HEX triplet: E1, 33 and 31. RGB value is (225,51,49). Sum of RGB (Red+Green+Blue) = 225+51+49=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E13331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13331 is #1ECCCE. Grayscale: #666666. Windows color (decimal): -2018511 or 3224545. OLE color: 3224545.

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

Color convert

RGB 225 51 49 -
CMYK 0 0.77 0.78 0.12
HSL 0.68º 0.75% 0.54% -
HSV(B) 0.68º 0.78% 0.88% -
XYZ 32.79 18.6 4.77 -
YUV 102.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 225 51 49 0 0.77 0.78 0.12 0.68 0.75 0.54
Hex E1 33 31 0 4D 4E C 1 4B 36
Octal 341 63 61 0 115 116 14 1 113 66
Binary 11100001 110011 110001 0 1001101 1001110 1100 1 1001011 110110

Color Harmonies of #E13331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13331

Black with #E13331

Text Example


Text Example

White with #E13331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13331; }

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

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

background-color css

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

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

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

border-color css

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

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

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