Shades of Red Devil #692D2F
Tints of Red Devil #692D2F
RGB
CMYK
RGB Variations
Color information
#692D2F (or 0x692D2F) is known color: Red Devil. HEX triplet: 69, 2D and 2F. RGB value is (105,45,47). Sum of RGB (Red+Green+Blue) = 105+45+47=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #692D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692D2F is #96D2D0. Grayscale: #3F3F3F. Windows color (decimal): -9884369 or 3091817. OLE color: 3091817.
HSL color Cylindrical-coordinate representation of color #692D2F: hue angle of 358º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #692D2F is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 45 | 47 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.59 |
| HSL | 358º | 0.4% | 0.29% | - |
| HSV(B) | 358º | 0.57% | 0.41% | - |
| XYZ | 7.28 | 5.09 | 3.29 | - |
| YUV | 63.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 47 | 0 | 0.57 | 0.55 | 0.59 | 358 | 0.4 | 0.29 |
| Hex | 69 | 2D | 2F | 0 | 39 | 37 | 3B | 166 | 28 | 1D |
| Octal | 151 | 55 | 57 | 0 | 71 | 67 | 73 | 546 | 50 | 35 |
| Binary | 1101001 | 101101 | 101111 | 0 | 111001 | 110111 | 111011 | 101100110 | 101000 | 11101 |
Color Harmonies of #692D2F
Complementary color
Monochromatic Colors of #692D2F
Black with #692D2F
Text Example
Text Example
White with #692D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692D2F; }
p { color: rgb(105,45,47); }
H1.HeaderClassName
{
color: #692D2F;
}
.AnyTagClassName
{
color: #692D2F;
}
</style>
background-color css
<style>
a { background-color: #692D2F; }
a { background-color: rgb(105,45,47); }
div.DivClassName
{
background-color: #692D2F;
}
.BgClassName
{
background-color: #692D2F;
}
</style>
border-color css
<style>
span { border-color: #692D2F; }
span { border-color: rgb(105,45,47); }
td.TdClassName
{
border-color: #692D2F;
}
.TagClassName
{
border-color: #692D2F;
}
</style>