Shades of Persian Red #D2403D
Tints of Persian Red #D2403D
RGB
CMYK
RGB Variations
Color information
#D2403D (or 0xD2403D) is known color: Persian Red. HEX triplet: D2, 40 and 3D. RGB value is (210,64,61). Sum of RGB (Red+Green+Blue) = 210+64+61=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2403D is #2DBFC2. Grayscale: #6B6B6B. Windows color (decimal): -2998211 or 4014290. OLE color: 4014290.
HSL color Cylindrical-coordinate representation of color #D2403D: hue angle of 1.21º 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 #D2403D is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 61 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.18 |
| HSL | 1.21º | 0.62% | 0.53% | - |
| HSV(B) | 1.21º | 0.71% | 0.82% | - |
| XYZ | 29.25 | 17.71 | 6.29 | - |
| YUV | 107.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 61 | 0 | 0.70 | 0.71 | 0.18 | 1.21 | 0.62 | 0.53 |
| Hex | D2 | 40 | 3D | 0 | 46 | 47 | 12 | 1 | 3E | 35 |
| Octal | 322 | 100 | 75 | 0 | 106 | 107 | 22 | 1 | 76 | 65 |
| Binary | 11010010 | 1000000 | 111101 | 0 | 1000110 | 1000111 | 10010 | 1 | 111110 | 110101 |
Color Harmonies of #D2403D
Complementary color
Monochromatic Colors of #D2403D
Black with #D2403D
Text Example
Text Example
White with #D2403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2403D; }
p { color: rgb(210,64,61); }
H1.HeaderClassName
{
color: #D2403D;
}
.AnyTagClassName
{
color: #D2403D;
}
</style>
background-color css
<style>
a { background-color: #D2403D; }
a { background-color: rgb(210,64,61); }
div.DivClassName
{
background-color: #D2403D;
}
.BgClassName
{
background-color: #D2403D;
}
</style>
border-color css
<style>
span { border-color: #D2403D; }
span { border-color: rgb(210,64,61); }
td.TdClassName
{
border-color: #D2403D;
}
.TagClassName
{
border-color: #D2403D;
}
</style>