Shades of Valencia #DC4948
Tints of Valencia #DC4948
RGB
CMYK
RGB Variations
Color information
#DC4948 (or 0xDC4948) is known color: Valencia. HEX triplet: DC, 49 and 48. RGB value is (220,73,72). Sum of RGB (Red+Green+Blue) = 220+73+72=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4948 is #23B6B7. Grayscale: #747474. Windows color (decimal): -2340536 or 4737500. OLE color: 4737500.
HSL color Cylindrical-coordinate representation of color #DC4948: hue angle of 0.41º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC4948 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 72 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.14 |
| HSL | 0.41º | 0.68% | 0.57% | - |
| HSV(B) | 0.41º | 0.67% | 0.86% | - |
| XYZ | 33.07 | 20.45 | 8.34 | - |
| YUV | 116.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 72 | 0 | 0.67 | 0.67 | 0.14 | 0.41 | 0.68 | 0.57 |
| Hex | DC | 49 | 48 | 0 | 43 | 43 | E | 0 | 44 | 39 |
| Octal | 334 | 111 | 110 | 0 | 103 | 103 | 16 | 0 | 104 | 71 |
| Binary | 11011100 | 1001001 | 1001000 | 0 | 1000011 | 1000011 | 1110 | 0 | 1000100 | 111001 |
Color Harmonies of #DC4948
Complementary color
Monochromatic Colors of #DC4948
Black with #DC4948
Text Example
Text Example
White with #DC4948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4948; }
p { color: rgb(220,73,72); }
H1.HeaderClassName
{
color: #DC4948;
}
.AnyTagClassName
{
color: #DC4948;
}
</style>
background-color css
<style>
a { background-color: #DC4948; }
a { background-color: rgb(220,73,72); }
div.DivClassName
{
background-color: #DC4948;
}
.BgClassName
{
background-color: #DC4948;
}
</style>
border-color css
<style>
span { border-color: #DC4948; }
span { border-color: rgb(220,73,72); }
td.TdClassName
{
border-color: #DC4948;
}
.TagClassName
{
border-color: #DC4948;
}
</style>