Shades of Cinnabar #D44338
Tints of Cinnabar #D44338
RGB
CMYK
RGB Variations
Color information
#D44338 (or 0xD44338) is known color: Cinnabar. HEX triplet: D4, 43 and 38. RGB value is (212,67,56). Sum of RGB (Red+Green+Blue) = 212+67+56=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D44338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44338 is #2BBCC7. Grayscale: #6D6D6D. Windows color (decimal): -2866376 or 3687380. OLE color: 3687380.
HSL color Cylindrical-coordinate representation of color #D44338: hue angle of 4.23º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D44338 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 56 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.17 |
| HSL | 4.23º | 0.64% | 0.53% | - |
| HSV(B) | 4.23º | 0.74% | 0.83% | - |
| XYZ | 29.87 | 18.3 | 5.7 | - |
| YUV | 109.1 | 98.04 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 56 | 0 | 0.68 | 0.74 | 0.17 | 4.23 | 0.64 | 0.53 |
| Hex | D4 | 43 | 38 | 0 | 44 | 4A | 11 | 4 | 40 | 35 |
| Octal | 324 | 103 | 70 | 0 | 104 | 112 | 21 | 4 | 100 | 65 |
| Binary | 11010100 | 1000011 | 111000 | 0 | 1000100 | 1001010 | 10001 | 100 | 1000000 | 110101 |
Color Harmonies of #D44338
Complementary color
Monochromatic Colors of #D44338
Black with #D44338
Text Example
Text Example
White with #D44338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44338; }
p { color: rgb(212,67,56); }
H1.HeaderClassName
{
color: #D44338;
}
.AnyTagClassName
{
color: #D44338;
}
</style>
background-color css
<style>
a { background-color: #D44338; }
a { background-color: rgb(212,67,56); }
div.DivClassName
{
background-color: #D44338;
}
.BgClassName
{
background-color: #D44338;
}
</style>
border-color css
<style>
span { border-color: #D44338; }
span { border-color: rgb(212,67,56); }
td.TdClassName
{
border-color: #D44338;
}
.TagClassName
{
border-color: #D44338;
}
</style>