Shades of Persian Red #CF362D
Tints of Persian Red #CF362D
RGB
CMYK
RGB Variations
Color information
#CF362D (or 0xCF362D) is known color: Persian Red. HEX triplet: CF, 36 and 2D. RGB value is (207,54,45). Sum of RGB (Red+Green+Blue) = 207+54+45=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF362D is #30C9D2. Grayscale: #626262. Windows color (decimal): -3197395 or 2963151. OLE color: 2963151.
HSL color Cylindrical-coordinate representation of color #CF362D: hue angle of 3.33º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF362D is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 45 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.19 |
| HSL | 3.33º | 0.64% | 0.49% | - |
| HSV(B) | 3.33º | 0.78% | 0.81% | - |
| XYZ | 27.52 | 16.09 | 4.14 | - |
| YUV | 98.72 | 97.69 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 45 | 0 | 0.74 | 0.78 | 0.19 | 3.33 | 0.64 | 0.49 |
| Hex | CF | 36 | 2D | 0 | 4A | 4E | 13 | 3 | 40 | 31 |
| Octal | 317 | 66 | 55 | 0 | 112 | 116 | 23 | 3 | 100 | 61 |
| Binary | 11001111 | 110110 | 101101 | 0 | 1001010 | 1001110 | 10011 | 11 | 1000000 | 110001 |
Color Harmonies of #CF362D
Complementary color
Monochromatic Colors of #CF362D
Black with #CF362D
Text Example
Text Example
White with #CF362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF362D; }
p { color: rgb(207,54,45); }
H1.HeaderClassName
{
color: #CF362D;
}
.AnyTagClassName
{
color: #CF362D;
}
</style>
background-color css
<style>
a { background-color: #CF362D; }
a { background-color: rgb(207,54,45); }
div.DivClassName
{
background-color: #CF362D;
}
.BgClassName
{
background-color: #CF362D;
}
</style>
border-color css
<style>
span { border-color: #CF362D; }
span { border-color: rgb(207,54,45); }
td.TdClassName
{
border-color: #CF362D;
}
.TagClassName
{
border-color: #CF362D;
}
</style>