Shades of Persian Red #D63838
Tints of Persian Red #D63838
RGB
CMYK
RGB Variations
Color information
#D63838 (or 0xD63838) is known color: Persian Red. HEX triplet: D6, 38 and 38. RGB value is (214,56,56). Sum of RGB (Red+Green+Blue) = 214+56+56=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D63838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63838 is #29C7C7. Grayscale: #676767. Windows color (decimal): -2738120 or 3684566. OLE color: 3684566.
HSL color Cylindrical-coordinate representation of color #D63838: hue angle of 0º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63838 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 56 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.16 |
| HSL | 0º | 0.66% | 0.53% | - |
| HSV(B) | 0º | 0.74% | 0.84% | - |
| XYZ | 29.86 | 17.41 | 5.53 | - |
| YUV | 103.24 | 101.35 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 56 | 0 | 0.74 | 0.74 | 0.16 | 0 | 0.66 | 0.53 |
| Hex | D6 | 38 | 38 | 0 | 4A | 4A | 10 | 0 | 42 | 35 |
| Octal | 326 | 70 | 70 | 0 | 112 | 112 | 20 | 0 | 102 | 65 |
| Binary | 11010110 | 111000 | 111000 | 0 | 1001010 | 1001010 | 10000 | 0 | 1000010 | 110101 |
Color Harmonies of #D63838
Complementary color
Monochromatic Colors of #D63838
Black with #D63838
Text Example
Text Example
White with #D63838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63838; }
p { color: rgb(214,56,56); }
H1.HeaderClassName
{
color: #D63838;
}
.AnyTagClassName
{
color: #D63838;
}
</style>
background-color css
<style>
a { background-color: #D63838; }
a { background-color: rgb(214,56,56); }
div.DivClassName
{
background-color: #D63838;
}
.BgClassName
{
background-color: #D63838;
}
</style>
border-color css
<style>
span { border-color: #D63838; }
span { border-color: rgb(214,56,56); }
td.TdClassName
{
border-color: #D63838;
}
.TagClassName
{
border-color: #D63838;
}
</style>