Shades of Cardinal #CD1B3E
Tints of Cardinal #CD1B3E
RGB
CMYK
RGB Variations
Color information
#CD1B3E (or 0xCD1B3E) is known color: Cardinal. HEX triplet: CD, 1B and 3E. RGB value is (205,27,62). Sum of RGB (Red+Green+Blue) = 205+27+62=294 (38% of max value = 765). Red value is 205 (80.47% from 255 or 69.73% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD1B3E is #32E4C1. Grayscale: #545454. Windows color (decimal): -3335362 or 4070349. OLE color: 4070349.
HSL color Cylindrical-coordinate representation of color #CD1B3E: hue angle of 348.2º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1B3E is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 27 | 62 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.20 |
| HSL | 348.2º | 0.77% | 0.45% | - |
| HSV(B) | 348.2º | 0.87% | 0.8% | - |
| XYZ | 26.44 | 14.11 | 5.89 | - |
| YUV | 84.21 | 115.47 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 27 | 62 | 0 | 0.87 | 0.70 | 0.20 | 348.2 | 0.77 | 0.45 |
| Hex | CD | 1B | 3E | 0 | 57 | 46 | 14 | 15C | 4D | 2D |
| Octal | 315 | 33 | 76 | 0 | 127 | 106 | 24 | 534 | 115 | 55 |
| Binary | 11001101 | 11011 | 111110 | 0 | 1010111 | 1000110 | 10100 | 101011100 | 1001101 | 101101 |
Color Harmonies of #CD1B3E
Complementary color
Monochromatic Colors of #CD1B3E
Black with #CD1B3E
Text Example
Text Example
White with #CD1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1B3E; }
p { color: rgb(205,27,62); }
H1.HeaderClassName
{
color: #CD1B3E;
}
.AnyTagClassName
{
color: #CD1B3E;
}
</style>
background-color css
<style>
a { background-color: #CD1B3E; }
a { background-color: rgb(205,27,62); }
div.DivClassName
{
background-color: #CD1B3E;
}
.BgClassName
{
background-color: #CD1B3E;
}
</style>
border-color css
<style>
span { border-color: #CD1B3E; }
span { border-color: rgb(205,27,62); }
td.TdClassName
{
border-color: #CD1B3E;
}
.TagClassName
{
border-color: #CD1B3E;
}
</style>