#e13d3d

Color #E13D3D Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E13D3D

Tints of Cinnabar #E13D3D

Color information

#E13D3D (or 0xE13D3D) is unknown color: approx Cinnabar. HEX triplet: E1, 3D and 3D. RGB value is (225,61,61). Sum of RGB (Red+Green+Blue) = 225+61+61=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13D3D is #1EC2C2. Grayscale: #6E6E6E. Windows color (decimal): -2015939 or 4013537. OLE color: 4013537.

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

Color convert

RGB2256161-
CMYK00.730.730.12
HSL73.21%56.08%-
HSV(B)72.89%88.24%-
XYZ33.5619.686.44-
YUV110.04100.33210-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 64.84%
GREEN value IS 61 (24.22% from 255) = 17.58%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=64.84%
G=17.58%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225616100.730.730.12073.2156.08
HexE13D3D04949C04938
Octal3417575011111114011170
Binary11100001111101111101010010011001001110001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e13d3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e13d3d; }

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

 H1.HeaderClassName
 {
   color: #e13d3d;
 }
 .AnyTagClassName
 {
   color: #e13d3d;
 }
</style>
background-color css

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

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

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

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

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

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