#D54542

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

Shades of Cinnabar #D54542

Tints of Cinnabar #D54542

Color information

#D54542 (or 0xD54542) is unknown color: approx Cinnabar. HEX triplet: D5, 45 and 42. RGB value is (213,69,66). Sum of RGB (Red+Green+Blue) = 213+69+66=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D54542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54542 is #2ABABD. Grayscale: #6F6F6F. Windows color (decimal): -2800318 or 4343253. OLE color: 4343253.

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

Color convert

RGB2136966-
CMYK00.680.690.16
HSL1.22º63.64%54.71%-
HSV(B)1.22º69.01%83.53%-
XYZ30.5518.87.17-
YUV111.71102.21200.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.21%
GREEN value IS 69 (27.34% from 255) = 19.83%
BLUE value IS 66 (26.17% from 255) = 18.97%
R=61.21%
G=19.83%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213696600.680.690.161.2263.6454.71
HexD54542044451014037
Octal325105102010410520110067
Binary11010101100010110000100100010010001011000011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54542; }

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

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

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

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

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

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

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

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