Shades of Persian Red #CD423C
Tints of Persian Red #CD423C
RGB
CMYK
RGB Variations
Color information
#CD423C (or 0xCD423C) is known color: Persian Red. HEX triplet: CD, 42 and 3C. RGB value is (205,66,60). Sum of RGB (Red+Green+Blue) = 205+66+60=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD423C is #32BDC3. Grayscale: #6B6B6B. Windows color (decimal): -3325380 or 3949261. OLE color: 3949261.
HSL color Cylindrical-coordinate representation of color #CD423C: hue angle of 2.48º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD423C is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 60 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.20 |
| HSL | 2.48º | 0.59% | 0.52% | - |
| HSV(B) | 2.48º | 0.71% | 0.8% | - |
| XYZ | 27.94 | 17.2 | 6.12 | - |
| YUV | 106.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 60 | 0 | 0.68 | 0.71 | 0.20 | 2.48 | 0.59 | 0.52 |
| Hex | CD | 42 | 3C | 0 | 44 | 47 | 14 | 2 | 3B | 34 |
| Octal | 315 | 102 | 74 | 0 | 104 | 107 | 24 | 2 | 73 | 64 |
| Binary | 11001101 | 1000010 | 111100 | 0 | 1000100 | 1000111 | 10100 | 10 | 111011 | 110100 |
Color Harmonies of #CD423C
Complementary color
Monochromatic Colors of #CD423C
Black with #CD423C
Text Example
Text Example
White with #CD423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD423C; }
p { color: rgb(205,66,60); }
H1.HeaderClassName
{
color: #CD423C;
}
.AnyTagClassName
{
color: #CD423C;
}
</style>
background-color css
<style>
a { background-color: #CD423C; }
a { background-color: rgb(205,66,60); }
div.DivClassName
{
background-color: #CD423C;
}
.BgClassName
{
background-color: #CD423C;
}
</style>
border-color css
<style>
span { border-color: #CD423C; }
span { border-color: rgb(205,66,60); }
td.TdClassName
{
border-color: #CD423C;
}
.TagClassName
{
border-color: #CD423C;
}
</style>