#D1443A

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

Shades of Cinnabar #D1443A

Tints of Cinnabar #D1443A

Color information

#D1443A (or 0xD1443A) is unknown color: approx Cinnabar. HEX triplet: D1, 44 and 3A. RGB value is (209,68,58). Sum of RGB (Red+Green+Blue) = 209+68+58=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1443A is #2EBBC5. Grayscale: #6D6D6D. Windows color (decimal): -3062726 or 3818705. OLE color: 3818705.

HSL color Cylindrical-coordinate representation of color #D1443A: hue angle of 3.97º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1443A is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2096858-
CMYK00.670.720.18
HSL3.97º62.14%52.35%-
HSV(B)3.97º72.25%81.96%-
XYZ29.13185.94-
YUV109.0299.21199.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.39%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 58 (23.05% from 255) = 17.31%
R=62.39%
G=20.30%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209685800.670.720.183.9762.1452.35
HexD1443A043481243e34
Octal3211047201031102247664
Binary11010001100010011101001000011100100010010100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1443A; }

 p { color: rgb(209,68,58); }

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

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

 a { background-color: rgb(209,68,58); }

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

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

 span { border-color: rgb(209,68,58); }

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