#D9453D

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

Shades of Cinnabar #D9453D

Tints of Cinnabar #D9453D

Color information

#D9453D (or 0xD9453D) is unknown color: approx Cinnabar. HEX triplet: D9, 45 and 3D. RGB value is (217,69,61). Sum of RGB (Red+Green+Blue) = 217+69+61=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9453D is #26BAC2. Grayscale: #707070. Windows color (decimal): -2538179 or 4015577. OLE color: 4015577.

HSL color Cylindrical-coordinate representation of color #D9453D: hue angle of 3.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9453D is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB2176961-
CMYK00.680.720.15
HSL3.08º67.24%54.51%-
HSV(B)3.08º71.89%85.1%-
XYZ31.5919.346.48-
YUV112.3499.03202.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62.54%
GREEN value IS 69 (27.34% from 255) = 19.88%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=62.54%
G=19.88%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217696100.680.720.153.0867.2454.51
HexD9453D04448F34337
Octal33110575010411017310367
Binary1101100110001011111010100010010010001111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9453D; }

 p { color: rgb(217,69,61); }

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

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

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

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

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

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

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