#D5453E

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

Shades of Cinnabar #D5453E

Tints of Cinnabar #D5453E

Color information

#D5453E (or 0xD5453E) is unknown color: approx Cinnabar. HEX triplet: D5, 45 and 3E. RGB value is (213,69,62). Sum of RGB (Red+Green+Blue) = 213+69+62=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D5453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5453E is #2ABAC1. Grayscale: #6F6F6F. Windows color (decimal): -2800322 or 4081109. OLE color: 4081109.

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

Color convert

RGB2136962-
CMYK00.680.710.16
HSL2.78º64.26%53.92%-
HSV(B)2.78º70.89%83.53%-
XYZ30.4418.756.57-
YUV111.26100.21200.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.92%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 62 (24.61% from 255) = 18.02%
R=61.92%
G=20.06%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213696200.680.710.162.7864.2653.92
HexD5453E044471034036
Octal32510576010410720310066
Binary11010101100010111111001000100100011110000111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5453E; }

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

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

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

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

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

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

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

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