Shades of Valencia #D44545
Tints of Valencia #D44545
RGB
CMYK
RGB Variations
Color information
#D44545 (or 0xD44545) is known color: Valencia. HEX triplet: D4, 45 and 45. RGB value is (212,69,69). Sum of RGB (Red+Green+Blue) = 212+69+69=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D44545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44545 is #2BBABA. Grayscale: #6F6F6F. Windows color (decimal): -2865851 or 4539860. OLE color: 4539860.
HSL color Cylindrical-coordinate representation of color #D44545: hue angle of 0º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44545 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 69 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.17 |
| HSL | 0º | 0.62% | 0.55% | - |
| HSV(B) | 0º | 0.67% | 0.83% | - |
| XYZ | 30.35 | 18.68 | 7.64 | - |
| YUV | 111.76 | 103.88 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 69 | 0 | 0.67 | 0.67 | 0.17 | 0 | 0.62 | 0.55 |
| Hex | D4 | 45 | 45 | 0 | 43 | 43 | 11 | 0 | 3E | 37 |
| Octal | 324 | 105 | 105 | 0 | 103 | 103 | 21 | 0 | 76 | 67 |
| Binary | 11010100 | 1000101 | 1000101 | 0 | 1000011 | 1000011 | 10001 | 0 | 111110 | 110111 |
Color Harmonies of #D44545
Complementary color
Monochromatic Colors of #D44545
Black with #D44545
Text Example
Text Example
White with #D44545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44545; }
p { color: rgb(212,69,69); }
H1.HeaderClassName
{
color: #D44545;
}
.AnyTagClassName
{
color: #D44545;
}
</style>
background-color css
<style>
a { background-color: #D44545; }
a { background-color: rgb(212,69,69); }
div.DivClassName
{
background-color: #D44545;
}
.BgClassName
{
background-color: #D44545;
}
</style>
border-color css
<style>
span { border-color: #D44545; }
span { border-color: rgb(212,69,69); }
td.TdClassName
{
border-color: #D44545;
}
.TagClassName
{
border-color: #D44545;
}
</style>