Shades of Persian Red #C22D2D
Tints of Persian Red #C22D2D
RGB
CMYK
RGB Variations
Color information
#C22D2D (or 0xC22D2D) is known color: Persian Red. HEX triplet: C2, 2D and 2D. RGB value is (194,45,45). Sum of RGB (Red+Green+Blue) = 194+45+45=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22D2D is #3DD2D2. Grayscale: #595959. Windows color (decimal): -4051667 or 2960834. OLE color: 2960834.
HSL color Cylindrical-coordinate representation of color #C22D2D: hue angle of 0º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22D2D is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 45 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.24 |
| HSL | 0º | 0.62% | 0.47% | - |
| HSV(B) | 0º | 0.77% | 0.76% | - |
| XYZ | 23.66 | 13.54 | 3.85 | - |
| YUV | 89.55 | 102.86 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 45 | 0 | 0.77 | 0.77 | 0.24 | 0 | 0.62 | 0.47 |
| Hex | C2 | 2D | 2D | 0 | 4D | 4D | 18 | 0 | 3E | 2F |
| Octal | 302 | 55 | 55 | 0 | 115 | 115 | 30 | 0 | 76 | 57 |
| Binary | 11000010 | 101101 | 101101 | 0 | 1001101 | 1001101 | 11000 | 0 | 111110 | 101111 |
Color Harmonies of #C22D2D
Complementary color
Monochromatic Colors of #C22D2D
Black with #C22D2D
Text Example
Text Example
White with #C22D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22D2D; }
p { color: rgb(194,45,45); }
H1.HeaderClassName
{
color: #C22D2D;
}
.AnyTagClassName
{
color: #C22D2D;
}
</style>
background-color css
<style>
a { background-color: #C22D2D; }
a { background-color: rgb(194,45,45); }
div.DivClassName
{
background-color: #C22D2D;
}
.BgClassName
{
background-color: #C22D2D;
}
</style>
border-color css
<style>
span { border-color: #C22D2D; }
span { border-color: rgb(194,45,45); }
td.TdClassName
{
border-color: #C22D2D;
}
.TagClassName
{
border-color: #C22D2D;
}
</style>