Shades of Crimson #C9023D
Tints of Crimson #C9023D
RGB
CMYK
RGB Variations
Color information
#C9023D (or 0xC9023D) is known color: Crimson. HEX triplet: C9, 02 and 3D. RGB value is (201,2,61). Sum of RGB (Red+Green+Blue) = 201+2+61=264 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.14% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 201 - color contains mainly: red. Hex color #C9023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9023D is #36FDC2. Grayscale: #444444. Windows color (decimal): -3603907 or 3998409. OLE color: 3998409.
HSL color Cylindrical-coordinate representation of color #C9023D: hue angle of 342.21º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9023D is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.21 |
| HSL | 342.21º | 0.98% | 0.4% | - |
| HSV(B) | 342.21º | 0.99% | 0.79% | - |
| XYZ | 24.95 | 12.8 | 5.57 | - |
| YUV | 68.23 | 123.93 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 2 | 61 | 0 | 0.99 | 0.70 | 0.21 | 342.21 | 0.98 | 0.4 |
| Hex | C9 | 2 | 3D | 0 | 63 | 46 | 15 | 156 | 62 | 28 |
| Octal | 311 | 2 | 75 | 0 | 143 | 106 | 25 | 526 | 142 | 50 |
| Binary | 11001001 | 10 | 111101 | 0 | 1100011 | 1000110 | 10101 | 101010110 | 1100010 | 101000 |
Color Harmonies of #C9023D
Complementary color
Monochromatic Colors of #C9023D
Black with #C9023D
Text Example
Text Example
White with #C9023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9023D; }
p { color: rgb(201,2,61); }
H1.HeaderClassName
{
color: #C9023D;
}
.AnyTagClassName
{
color: #C9023D;
}
</style>
background-color css
<style>
a { background-color: #C9023D; }
a { background-color: rgb(201,2,61); }
div.DivClassName
{
background-color: #C9023D;
}
.BgClassName
{
background-color: #C9023D;
}
</style>
border-color css
<style>
span { border-color: #C9023D; }
span { border-color: rgb(201,2,61); }
td.TdClassName
{
border-color: #C9023D;
}
.TagClassName
{
border-color: #C9023D;
}
</style>