Shades of Crimson #CC0433
Tints of Crimson #CC0433
RGB
CMYK
RGB Variations
Color information
#CC0433 (or 0xCC0433) is known color: Crimson. HEX triplet: CC, 04 and 33. RGB value is (204,4,51). Sum of RGB (Red+Green+Blue) = 204+4+51=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0433 is #33FBCC. Grayscale: #454545. Windows color (decimal): -3406797 or 3343564. OLE color: 3343564.
HSL color Cylindrical-coordinate representation of color #CC0433: hue angle of 345.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0433 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 51 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.2 |
| HSL | 345.9º | 0.96% | 0.41% | - |
| HSV(B) | 345.9º | 0.98% | 0.8% | - |
| XYZ | 25.54 | 13.16 | 4.33 | - |
| YUV | 69.16 | 117.76 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 51 | 0 | 0.98 | 0.75 | 0.2 | 345.9 | 0.96 | 0.41 |
| Hex | CC | 4 | 33 | 0 | 62 | 4B | 14 | 15A | 60 | 29 |
| Octal | 314 | 4 | 63 | 0 | 142 | 113 | 24 | 532 | 140 | 51 |
| Binary | 11001100 | 100 | 110011 | 0 | 1100010 | 1001011 | 10100 | 101011010 | 1100000 | 101001 |
Color Harmonies of #CC0433
Complementary color
Monochromatic Colors of #CC0433
Black with #CC0433
Text Example
Text Example
White with #CC0433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0433; }
p { color: rgb(204,4,51); }
H1.HeaderClassName
{
color: #CC0433;
}
.AnyTagClassName
{
color: #CC0433;
}
</style>
background-color css
<style>
a { background-color: #CC0433; }
a { background-color: rgb(204,4,51); }
div.DivClassName
{
background-color: #CC0433;
}
.BgClassName
{
background-color: #CC0433;
}
</style>
border-color css
<style>
span { border-color: #CC0433; }
span { border-color: rgb(204,4,51); }
td.TdClassName
{
border-color: #CC0433;
}
.TagClassName
{
border-color: #CC0433;
}
</style>