Shades of Crimson #CC0335
Tints of Crimson #CC0335
RGB
CMYK
RGB Variations
Color information
#CC0335 (or 0xCC0335) is known color: Crimson. HEX triplet: CC, 03 and 35. RGB value is (204,3,53). Sum of RGB (Red+Green+Blue) = 204+3+53=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0335 is #33FCCA. Grayscale: #444444. Windows color (decimal): -3407051 or 3474380. OLE color: 3474380.
HSL color Cylindrical-coordinate representation of color #CC0335: hue angle of 345.07º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0335 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 53 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.2 |
| HSL | 345.07º | 0.97% | 0.41% | - |
| HSV(B) | 345.07º | 0.99% | 0.8% | - |
| XYZ | 25.58 | 13.16 | 4.56 | - |
| YUV | 68.8 | 119.09 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 53 | 0 | 0.99 | 0.74 | 0.2 | 345.07 | 0.97 | 0.41 |
| Hex | CC | 3 | 35 | 0 | 63 | 4A | 14 | 159 | 61 | 29 |
| Octal | 314 | 3 | 65 | 0 | 143 | 112 | 24 | 531 | 141 | 51 |
| Binary | 11001100 | 11 | 110101 | 0 | 1100011 | 1001010 | 10100 | 101011001 | 1100001 | 101001 |
Color Harmonies of #CC0335
Complementary color
Monochromatic Colors of #CC0335
Black with #CC0335
Text Example
Text Example
White with #CC0335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0335; }
p { color: rgb(204,3,53); }
H1.HeaderClassName
{
color: #CC0335;
}
.AnyTagClassName
{
color: #CC0335;
}
</style>
background-color css
<style>
a { background-color: #CC0335; }
a { background-color: rgb(204,3,53); }
div.DivClassName
{
background-color: #CC0335;
}
.BgClassName
{
background-color: #CC0335;
}
</style>
border-color css
<style>
span { border-color: #CC0335; }
span { border-color: rgb(204,3,53); }
td.TdClassName
{
border-color: #CC0335;
}
.TagClassName
{
border-color: #CC0335;
}
</style>