Shades of Persian Red #D23F3C
Tints of Persian Red #D23F3C
RGB
CMYK
RGB Variations
Color information
#D23F3C (or 0xD23F3C) is known color: Persian Red. HEX triplet: D2, 3F and 3C. RGB value is (210,63,60). Sum of RGB (Red+Green+Blue) = 210+63+60=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F3C is #2DC0C3. Grayscale: #6A6A6A. Windows color (decimal): -2998468 or 3948498. OLE color: 3948498.
HSL color Cylindrical-coordinate representation of color #D23F3C: hue angle of 1.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23F3C is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 60 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.18 |
| HSL | 1.2º | 0.63% | 0.53% | - |
| HSV(B) | 1.2º | 0.71% | 0.82% | - |
| XYZ | 29.17 | 17.58 | 6.13 | - |
| YUV | 106.61 | 101.7 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 60 | 0 | 0.70 | 0.71 | 0.18 | 1.2 | 0.63 | 0.53 |
| Hex | D2 | 3F | 3C | 0 | 46 | 47 | 12 | 1 | 3E | 35 |
| Octal | 322 | 77 | 74 | 0 | 106 | 107 | 22 | 1 | 76 | 65 |
| Binary | 11010010 | 111111 | 111100 | 0 | 1000110 | 1000111 | 10010 | 1 | 111110 | 110101 |
Color Harmonies of #D23F3C
Complementary color
Monochromatic Colors of #D23F3C
Black with #D23F3C
Text Example
Text Example
White with #D23F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F3C; }
p { color: rgb(210,63,60); }
H1.HeaderClassName
{
color: #D23F3C;
}
.AnyTagClassName
{
color: #D23F3C;
}
</style>
background-color css
<style>
a { background-color: #D23F3C; }
a { background-color: rgb(210,63,60); }
div.DivClassName
{
background-color: #D23F3C;
}
.BgClassName
{
background-color: #D23F3C;
}
</style>
border-color css
<style>
span { border-color: #D23F3C; }
span { border-color: rgb(210,63,60); }
td.TdClassName
{
border-color: #D23F3C;
}
.TagClassName
{
border-color: #D23F3C;
}
</style>