Shades of Valencia #D65243
Tints of Valencia #D65243
RGB
CMYK
RGB Variations
Color information
#D65243 (or 0xD65243) is known color: Valencia. HEX triplet: D6, 52 and 43. RGB value is (214,82,67). Sum of RGB (Red+Green+Blue) = 214+82+67=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D65243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65243 is #29ADBC. Grayscale: #777777. Windows color (decimal): -2731453 or 4412118. OLE color: 4412118.
HSL color Cylindrical-coordinate representation of color #D65243: hue angle of 6.12º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D65243 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 67 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.16 |
| HSL | 6.12º | 0.64% | 0.55% | - |
| HSV(B) | 6.12º | 0.69% | 0.84% | - |
| XYZ | 31.76 | 20.74 | 7.64 | - |
| YUV | 119.76 | 98.23 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 67 | 0 | 0.62 | 0.69 | 0.16 | 6.12 | 0.64 | 0.55 |
| Hex | D6 | 52 | 43 | 0 | 3E | 45 | 10 | 6 | 40 | 37 |
| Octal | 326 | 122 | 103 | 0 | 76 | 105 | 20 | 6 | 100 | 67 |
| Binary | 11010110 | 1010010 | 1000011 | 0 | 111110 | 1000101 | 10000 | 110 | 1000000 | 110111 |
Color Harmonies of #D65243
Complementary color
Monochromatic Colors of #D65243
Black with #D65243
Text Example
Text Example
White with #D65243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65243; }
p { color: rgb(214,82,67); }
H1.HeaderClassName
{
color: #D65243;
}
.AnyTagClassName
{
color: #D65243;
}
</style>
background-color css
<style>
a { background-color: #D65243; }
a { background-color: rgb(214,82,67); }
div.DivClassName
{
background-color: #D65243;
}
.BgClassName
{
background-color: #D65243;
}
</style>
border-color css
<style>
span { border-color: #D65243; }
span { border-color: rgb(214,82,67); }
td.TdClassName
{
border-color: #D65243;
}
.TagClassName
{
border-color: #D65243;
}
</style>