Shades of Persian Red #D33F3C
Tints of Persian Red #D33F3C
RGB
CMYK
RGB Variations
Color information
#D33F3C (or 0xD33F3C) is known color: Persian Red. HEX triplet: D3, 3F and 3C. RGB value is (211,63,60). Sum of RGB (Red+Green+Blue) = 211+63+60=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33F3C is #2CC0C3. Grayscale: #6B6B6B. Windows color (decimal): -2932932 or 3948499. OLE color: 3948499.
HSL color Cylindrical-coordinate representation of color #D33F3C: hue angle of 1.19º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33F3C is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 60 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.17 |
| HSL | 1.19º | 0.63% | 0.53% | - |
| HSV(B) | 1.19º | 0.72% | 0.83% | - |
| XYZ | 29.46 | 17.73 | 6.14 | - |
| YUV | 106.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 60 | 0 | 0.70 | 0.72 | 0.17 | 1.19 | 0.63 | 0.53 |
| Hex | D3 | 3F | 3C | 0 | 46 | 48 | 11 | 1 | 3F | 35 |
| Octal | 323 | 77 | 74 | 0 | 106 | 110 | 21 | 1 | 77 | 65 |
| Binary | 11010011 | 111111 | 111100 | 0 | 1000110 | 1001000 | 10001 | 1 | 111111 | 110101 |
Color Harmonies of #D33F3C
Complementary color
Monochromatic Colors of #D33F3C
Black with #D33F3C
Text Example
Text Example
White with #D33F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33F3C; }
p { color: rgb(211,63,60); }
H1.HeaderClassName
{
color: #D33F3C;
}
.AnyTagClassName
{
color: #D33F3C;
}
</style>
background-color css
<style>
a { background-color: #D33F3C; }
a { background-color: rgb(211,63,60); }
div.DivClassName
{
background-color: #D33F3C;
}
.BgClassName
{
background-color: #D33F3C;
}
</style>
border-color css
<style>
span { border-color: #D33F3C; }
span { border-color: rgb(211,63,60); }
td.TdClassName
{
border-color: #D33F3C;
}
.TagClassName
{
border-color: #D33F3C;
}
</style>