Shades of Persian Red #CD362C
Tints of Persian Red #CD362C
RGB
CMYK
RGB Variations
Color information
#CD362C (or 0xCD362C) is known color: Persian Red. HEX triplet: CD, 36 and 2C. RGB value is (205,54,44). Sum of RGB (Red+Green+Blue) = 205+54+44=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD362C is #32C9D3. Grayscale: #626262. Windows color (decimal): -3328468 or 2897613. OLE color: 2897613.
HSL color Cylindrical-coordinate representation of color #CD362C: hue angle of 3.73º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD362C is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 44 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.20 |
| HSL | 3.73º | 0.65% | 0.49% | - |
| HSV(B) | 3.73º | 0.79% | 0.8% | - |
| XYZ | 26.95 | 15.8 | 4.01 | - |
| YUV | 98.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 44 | 0 | 0.74 | 0.79 | 0.20 | 3.73 | 0.65 | 0.49 |
| Hex | CD | 36 | 2C | 0 | 4A | 4F | 14 | 4 | 41 | 31 |
| Octal | 315 | 66 | 54 | 0 | 112 | 117 | 24 | 4 | 101 | 61 |
| Binary | 11001101 | 110110 | 101100 | 0 | 1001010 | 1001111 | 10100 | 100 | 1000001 | 110001 |
Color Harmonies of #CD362C
Complementary color
Monochromatic Colors of #CD362C
Black with #CD362C
Text Example
Text Example
White with #CD362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD362C; }
p { color: rgb(205,54,44); }
H1.HeaderClassName
{
color: #CD362C;
}
.AnyTagClassName
{
color: #CD362C;
}
</style>
background-color css
<style>
a { background-color: #CD362C; }
a { background-color: rgb(205,54,44); }
div.DivClassName
{
background-color: #CD362C;
}
.BgClassName
{
background-color: #CD362C;
}
</style>
border-color css
<style>
span { border-color: #CD362C; }
span { border-color: rgb(205,54,44); }
td.TdClassName
{
border-color: #CD362C;
}
.TagClassName
{
border-color: #CD362C;
}
</style>