#D53E27

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

Shades of Cinnabar #D53E27

Tints of Cinnabar #D53E27

Color information

#D53E27 (or 0xD53E27) is unknown color: approx Cinnabar. HEX triplet: D5, 3E and 27. RGB value is (213,62,39). Sum of RGB (Red+Green+Blue) = 213+62+39=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53E27 is #2AC1D8. Grayscale: #686868. Windows color (decimal): -2802137 or 2571989. OLE color: 2571989.

HSL color Cylindrical-coordinate representation of color #D53E27: hue angle of 7.93º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D53E27 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB2136239-
CMYK00.710.820.16
HSL7.93º69.05%49.41%-
HSV(B)7.93º81.69%83.53%-
XYZ29.5317.743.79-
YUV104.5391.03205.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 67.83%
GREEN value IS 62 (24.61% from 255) = 19.75%
BLUE value IS 39 (15.62% from 255) = 12.42%
R=67.83%
G=19.75%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213623900.710.820.167.9369.0549.41
HexD53E27047521084531
Octal32576470107122201010561
Binary110101011111101001110100011110100101000010001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53E27; }

 p { color: rgb(213,62,39); }

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

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

 a { background-color: rgb(213,62,39); }

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

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

 span { border-color: rgb(213,62,39); }

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