Shades of Persian Red #D33C3A
Tints of Persian Red #D33C3A
RGB
CMYK
RGB Variations
Color information
#D33C3A (or 0xD33C3A) is known color: Persian Red. HEX triplet: D3, 3C and 3A. RGB value is (211,60,58). Sum of RGB (Red+Green+Blue) = 211+60+58=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33C3A is #2CC3C5. Grayscale: #696969. Windows color (decimal): -2933702 or 3816659. OLE color: 3816659.
HSL color Cylindrical-coordinate representation of color #D33C3A: hue angle of 0.78º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33C3A is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 60 | 58 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.17 |
| HSL | 0.78º | 0.63% | 0.53% | - |
| HSV(B) | 0.78º | 0.73% | 0.83% | - |
| XYZ | 29.24 | 17.39 | 5.82 | - |
| YUV | 104.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 58 | 0 | 0.72 | 0.73 | 0.17 | 0.78 | 0.63 | 0.53 |
| Hex | D3 | 3C | 3A | 0 | 48 | 49 | 11 | 1 | 3F | 35 |
| Octal | 323 | 74 | 72 | 0 | 110 | 111 | 21 | 1 | 77 | 65 |
| Binary | 11010011 | 111100 | 111010 | 0 | 1001000 | 1001001 | 10001 | 1 | 111111 | 110101 |
Color Harmonies of #D33C3A
Complementary color
Monochromatic Colors of #D33C3A
Black with #D33C3A
Text Example
Text Example
White with #D33C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33C3A; }
p { color: rgb(211,60,58); }
H1.HeaderClassName
{
color: #D33C3A;
}
.AnyTagClassName
{
color: #D33C3A;
}
</style>
background-color css
<style>
a { background-color: #D33C3A; }
a { background-color: rgb(211,60,58); }
div.DivClassName
{
background-color: #D33C3A;
}
.BgClassName
{
background-color: #D33C3A;
}
</style>
border-color css
<style>
span { border-color: #D33C3A; }
span { border-color: rgb(211,60,58); }
td.TdClassName
{
border-color: #D33C3A;
}
.TagClassName
{
border-color: #D33C3A;
}
</style>