Shades of Persian Red #CD433A
Tints of Persian Red #CD433A
RGB
CMYK
RGB Variations
Color information
#CD433A (or 0xCD433A) is known color: Persian Red. HEX triplet: CD, 43 and 3A. RGB value is (205,67,58). Sum of RGB (Red+Green+Blue) = 205+67+58=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD433A is #32BCC5. Grayscale: #6B6B6B. Windows color (decimal): -3325126 or 3818445. OLE color: 3818445.
HSL color Cylindrical-coordinate representation of color #CD433A: hue angle of 3.67º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD433A is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 67 | 58 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.20 |
| HSL | 3.67º | 0.6% | 0.52% | - |
| HSV(B) | 3.67º | 0.72% | 0.8% | - |
| XYZ | 27.95 | 17.3 | 5.87 | - |
| YUV | 107.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 67 | 58 | 0 | 0.67 | 0.72 | 0.20 | 3.67 | 0.6 | 0.52 |
| Hex | CD | 43 | 3A | 0 | 43 | 48 | 14 | 4 | 3C | 34 |
| Octal | 315 | 103 | 72 | 0 | 103 | 110 | 24 | 4 | 74 | 64 |
| Binary | 11001101 | 1000011 | 111010 | 0 | 1000011 | 1001000 | 10100 | 100 | 111100 | 110100 |
Color Harmonies of #CD433A
Complementary color
Monochromatic Colors of #CD433A
Black with #CD433A
Text Example
Text Example
White with #CD433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD433A; }
p { color: rgb(205,67,58); }
H1.HeaderClassName
{
color: #CD433A;
}
.AnyTagClassName
{
color: #CD433A;
}
</style>
background-color css
<style>
a { background-color: #CD433A; }
a { background-color: rgb(205,67,58); }
div.DivClassName
{
background-color: #CD433A;
}
.BgClassName
{
background-color: #CD433A;
}
</style>
border-color css
<style>
span { border-color: #CD433A; }
span { border-color: rgb(205,67,58); }
td.TdClassName
{
border-color: #CD433A;
}
.TagClassName
{
border-color: #CD433A;
}
</style>