Shades of Cardinal #D0253A
Tints of Cardinal #D0253A
RGB
CMYK
RGB Variations
Color information
#D0253A (or 0xD0253A) is known color: Cardinal. HEX triplet: D0, 25 and 3A. RGB value is (208,37,58). Sum of RGB (Red+Green+Blue) = 208+37+58=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D0253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0253A is #2FDAC5. Grayscale: #5A5A5A. Windows color (decimal): -3136198 or 3810768. OLE color: 3810768.
HSL color Cylindrical-coordinate representation of color #D0253A: hue angle of 352.63º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0253A is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 58 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.18 |
| HSL | 352.63º | 0.7% | 0.48% | - |
| HSV(B) | 352.63º | 0.82% | 0.82% | - |
| XYZ | 27.44 | 15.04 | 5.46 | - |
| YUV | 90.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 58 | 0 | 0.82 | 0.72 | 0.18 | 352.63 | 0.7 | 0.48 |
| Hex | D0 | 25 | 3A | 0 | 52 | 48 | 12 | 161 | 46 | 30 |
| Octal | 320 | 45 | 72 | 0 | 122 | 110 | 22 | 541 | 106 | 60 |
| Binary | 11010000 | 100101 | 111010 | 0 | 1010010 | 1001000 | 10010 | 101100001 | 1000110 | 110000 |
Color Harmonies of #D0253A
Complementary color
Monochromatic Colors of #D0253A
Black with #D0253A
Text Example
Text Example
White with #D0253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0253A; }
p { color: rgb(208,37,58); }
H1.HeaderClassName
{
color: #D0253A;
}
.AnyTagClassName
{
color: #D0253A;
}
</style>
background-color css
<style>
a { background-color: #D0253A; }
a { background-color: rgb(208,37,58); }
div.DivClassName
{
background-color: #D0253A;
}
.BgClassName
{
background-color: #D0253A;
}
</style>
border-color css
<style>
span { border-color: #D0253A; }
span { border-color: rgb(208,37,58); }
td.TdClassName
{
border-color: #D0253A;
}
.TagClassName
{
border-color: #D0253A;
}
</style>