#D44531

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

Shades of Cinnabar #D44531

Tints of Cinnabar #D44531

Color information

#D44531 (or 0xD44531) is unknown color: approx Cinnabar. HEX triplet: D4, 45 and 31. RGB value is (212,69,49). Sum of RGB (Red+Green+Blue) = 212+69+49=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D44531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44531 is #2BBACE. Grayscale: #6D6D6D. Windows color (decimal): -2865871 or 3229140. OLE color: 3229140.

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

Color convert

RGB2126949-
CMYK00.670.770.17
HSL7.36º65.46%51.18%-
HSV(B)7.36º76.89%83.14%-
XYZ29.8318.484.9-
YUV109.4893.88201.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.24%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 49 (19.53% from 255) = 14.85%
R=64.24%
G=20.91%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212694900.670.770.177.3665.4651.18
HexD445310434D1174133
Octal32410561010311521710163
Binary110101001000101110001010000111001101100011111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44531; }

 p { color: rgb(212,69,49); }

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

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

 a { background-color: rgb(212,69,49); }

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

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

 span { border-color: rgb(212,69,49); }

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