Shades of Persian Red #C33D2B
Tints of Persian Red #C33D2B
RGB
CMYK
RGB Variations
Color information
#C33D2B (or 0xC33D2B) is known color: Persian Red. HEX triplet: C3, 3D and 2B. RGB value is (195,61,43). Sum of RGB (Red+Green+Blue) = 195+61+43=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D2B is #3CC2D4. Grayscale: #636363. Windows color (decimal): -3982037 or 2833859. OLE color: 2833859.
HSL color Cylindrical-coordinate representation of color #C33D2B: hue angle of 7.11º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C33D2B is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 43 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.24 |
| HSL | 7.11º | 0.64% | 0.47% | - |
| HSV(B) | 7.11º | 0.78% | 0.76% | - |
| XYZ | 24.61 | 15.11 | 3.91 | - |
| YUV | 99.01 | 96.39 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 43 | 0 | 0.69 | 0.78 | 0.24 | 7.11 | 0.64 | 0.47 |
| Hex | C3 | 3D | 2B | 0 | 45 | 4E | 18 | 7 | 40 | 2F |
| Octal | 303 | 75 | 53 | 0 | 105 | 116 | 30 | 7 | 100 | 57 |
| Binary | 11000011 | 111101 | 101011 | 0 | 1000101 | 1001110 | 11000 | 111 | 1000000 | 101111 |
Color Harmonies of #C33D2B
Complementary color
Monochromatic Colors of #C33D2B
Black with #C33D2B
Text Example
Text Example
White with #C33D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D2B; }
p { color: rgb(195,61,43); }
H1.HeaderClassName
{
color: #C33D2B;
}
.AnyTagClassName
{
color: #C33D2B;
}
</style>
background-color css
<style>
a { background-color: #C33D2B; }
a { background-color: rgb(195,61,43); }
div.DivClassName
{
background-color: #C33D2B;
}
.BgClassName
{
background-color: #C33D2B;
}
</style>
border-color css
<style>
span { border-color: #C33D2B; }
span { border-color: rgb(195,61,43); }
td.TdClassName
{
border-color: #C33D2B;
}
.TagClassName
{
border-color: #C33D2B;
}
</style>