Shades of Crimson #C80430
Tints of Crimson #C80430
RGB
CMYK
RGB Variations
Color information
#C80430 (or 0xC80430) is known color: Crimson. HEX triplet: C8, 04 and 30. RGB value is (200,4,48). Sum of RGB (Red+Green+Blue) = 200+4+48=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C80430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80430 is #37FBCF. Grayscale: #434343. Windows color (decimal): -3668944 or 3146952. OLE color: 3146952.
HSL color Cylindrical-coordinate representation of color #C80430: hue angle of 346.53º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80430 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 48 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.22 |
| HSL | 346.53º | 0.96% | 0.4% | - |
| HSV(B) | 346.53º | 0.98% | 0.78% | - |
| XYZ | 24.4 | 12.58 | 3.94 | - |
| YUV | 67.62 | 116.93 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 48 | 0 | 0.98 | 0.76 | 0.22 | 346.53 | 0.96 | 0.4 |
| Hex | C8 | 4 | 30 | 0 | 62 | 4C | 16 | 15B | 60 | 28 |
| Octal | 310 | 4 | 60 | 0 | 142 | 114 | 26 | 533 | 140 | 50 |
| Binary | 11001000 | 100 | 110000 | 0 | 1100010 | 1001100 | 10110 | 101011011 | 1100000 | 101000 |
Color Harmonies of #C80430
Complementary color
Monochromatic Colors of #C80430
Black with #C80430
Text Example
Text Example
White with #C80430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80430; }
p { color: rgb(200,4,48); }
H1.HeaderClassName
{
color: #C80430;
}
.AnyTagClassName
{
color: #C80430;
}
</style>
background-color css
<style>
a { background-color: #C80430; }
a { background-color: rgb(200,4,48); }
div.DivClassName
{
background-color: #C80430;
}
.BgClassName
{
background-color: #C80430;
}
</style>
border-color css
<style>
span { border-color: #C80430; }
span { border-color: rgb(200,4,48); }
td.TdClassName
{
border-color: #C80430;
}
.TagClassName
{
border-color: #C80430;
}
</style>