#D44641

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

Shades of Cinnabar #D44641

Tints of Cinnabar #D44641

Color information

#D44641 (or 0xD44641) is unknown color: approx Cinnabar. HEX triplet: D4, 46 and 41. RGB value is (212,70,65). Sum of RGB (Red+Green+Blue) = 212+70+65=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D44641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44641 is #2BB9BE. Grayscale: #707070. Windows color (decimal): -2865599 or 4277972. OLE color: 4277972.

HSL color Cylindrical-coordinate representation of color #D44641: hue angle of 2.04º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44641 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB2127065-
CMYK00.670.690.17
HSL2.04º63.09%54.31%-
HSV(B)2.04º69.34%83.14%-
XYZ30.318.767.03-
YUV111.89101.54199.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 61.10%
GREEN value IS 70 (27.73% from 255) = 20.17%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=61.10%
G=20.17%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212706500.670.690.172.0463.0954.31
HexD44641043451123f36
Octal32410610101031052127766
Binary11010100100011010000010100001110001011000110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44641; }

 p { color: rgb(212,70,65); }

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

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

 a { background-color: rgb(212,70,65); }

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

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

 span { border-color: rgb(212,70,65); }

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