Shades of Brick Red #CD2D4B
Tints of Brick Red #CD2D4B
RGB
CMYK
RGB Variations
Color information
#CD2D4B (or 0xCD2D4B) is known color: Brick Red. HEX triplet: CD, 2D and 4B. RGB value is (205,45,75). Sum of RGB (Red+Green+Blue) = 205+45+75=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2D4B is #32D2B4. Grayscale: #606060. Windows color (decimal): -3330741 or 4926925. OLE color: 4926925.
HSL color Cylindrical-coordinate representation of color #CD2D4B: hue angle of 348.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2D4B is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 45 | 75 | - |
CMYK | 0 | 0.78 | 0.63 | 0.20 |
HSL | 348.75º | 0.64% | 0.49% | - |
HSV(B) | 348.75º | 0.78% | 0.8% | - |
XYZ | 27.39 | 15.36 | 8.18 | - |
YUV | 96.26 | 116.01 | 205.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 45 | 75 | 0 | 0.78 | 0.63 | 0.20 | 348.75 | 0.64 | 0.49 |
Hex | CD | 2D | 4B | 0 | 4E | 3F | 14 | 15D | 40 | 31 |
Octal | 315 | 55 | 113 | 0 | 116 | 77 | 24 | 535 | 100 | 61 |
Binary | 11001101 | 101101 | 1001011 | 0 | 1001110 | 111111 | 10100 | 101011101 | 1000000 | 110001 |
Color Harmonies of #CD2D4B
Complementary color
Monochromatic Colors of #CD2D4B
Black with #CD2D4B
Text Example
Text Example
White with #CD2D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D4B; }
p { color: rgb(205,45,75); }
H1.HeaderClassName
{
color: #CD2D4B;
}
.AnyTagClassName
{
color: #CD2D4B;
}
</style>
background-color css
<style>
a { background-color: #CD2D4B; }
a { background-color: rgb(205,45,75); }
div.DivClassName
{
background-color: #CD2D4B;
}
.BgClassName
{
background-color: #CD2D4B;
}
</style>
border-color css
<style>
span { border-color: #CD2D4B; }
span { border-color: rgb(205,45,75); }
td.TdClassName
{
border-color: #CD2D4B;
}
.TagClassName
{
border-color: #CD2D4B;
}
</style>