Shades of Persian Red #C23D33
Tints of Persian Red #C23D33
RGB
CMYK
RGB Variations
Color information
#C23D33 (or 0xC23D33) is known color: Persian Red. HEX triplet: C2, 3D and 33. RGB value is (194,61,51). Sum of RGB (Red+Green+Blue) = 194+61+51=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23D33 is #3DC2CC. Grayscale: #636363. Windows color (decimal): -4047565 or 3358146. OLE color: 3358146.
HSL color Cylindrical-coordinate representation of color #C23D33: hue angle of 4.2º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23D33 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 51 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.24 |
| HSL | 4.2º | 0.58% | 0.48% | - |
| HSV(B) | 4.2º | 0.74% | 0.76% | - |
| XYZ | 24.51 | 15.05 | 4.74 | - |
| YUV | 99.63 | 100.56 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 51 | 0 | 0.69 | 0.74 | 0.24 | 4.2 | 0.58 | 0.48 |
| Hex | C2 | 3D | 33 | 0 | 45 | 4A | 18 | 4 | 3A | 30 |
| Octal | 302 | 75 | 63 | 0 | 105 | 112 | 30 | 4 | 72 | 60 |
| Binary | 11000010 | 111101 | 110011 | 0 | 1000101 | 1001010 | 11000 | 100 | 111010 | 110000 |
Color Harmonies of #C23D33
Complementary color
Monochromatic Colors of #C23D33
Black with #C23D33
Text Example
Text Example
White with #C23D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D33; }
p { color: rgb(194,61,51); }
H1.HeaderClassName
{
color: #C23D33;
}
.AnyTagClassName
{
color: #C23D33;
}
</style>
background-color css
<style>
a { background-color: #C23D33; }
a { background-color: rgb(194,61,51); }
div.DivClassName
{
background-color: #C23D33;
}
.BgClassName
{
background-color: #C23D33;
}
</style>
border-color css
<style>
span { border-color: #C23D33; }
span { border-color: rgb(194,61,51); }
td.TdClassName
{
border-color: #C23D33;
}
.TagClassName
{
border-color: #C23D33;
}
</style>