Shades of Red Devil #692C2F
Tints of Red Devil #692C2F
RGB
CMYK
RGB Variations
Color information
#692C2F (or 0x692C2F) is known color: Red Devil. HEX triplet: 69, 2C and 2F. RGB value is (105,44,47). Sum of RGB (Red+Green+Blue) = 105+44+47=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #692C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C2F is #96D3D0. Grayscale: #3E3E3E. Windows color (decimal): -9884625 or 3091561. OLE color: 3091561.
HSL color Cylindrical-coordinate representation of color #692C2F: hue angle of 357.05º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #692C2F is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 47 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.59 |
| HSL | 357.05º | 0.41% | 0.29% | - |
| HSV(B) | 357.05º | 0.58% | 0.41% | - |
| XYZ | 7.24 | 5.01 | 3.27 | - |
| YUV | 62.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 47 | 0 | 0.58 | 0.55 | 0.59 | 357.05 | 0.41 | 0.29 |
| Hex | 69 | 2C | 2F | 0 | 3A | 37 | 3B | 165 | 29 | 1D |
| Octal | 151 | 54 | 57 | 0 | 72 | 67 | 73 | 545 | 51 | 35 |
| Binary | 1101001 | 101100 | 101111 | 0 | 111010 | 110111 | 111011 | 101100101 | 101001 | 11101 |
Color Harmonies of #692C2F
Complementary color
Monochromatic Colors of #692C2F
Black with #692C2F
Text Example
Text Example
White with #692C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C2F; }
p { color: rgb(105,44,47); }
H1.HeaderClassName
{
color: #692C2F;
}
.AnyTagClassName
{
color: #692C2F;
}
</style>
background-color css
<style>
a { background-color: #692C2F; }
a { background-color: rgb(105,44,47); }
div.DivClassName
{
background-color: #692C2F;
}
.BgClassName
{
background-color: #692C2F;
}
</style>
border-color css
<style>
span { border-color: #692C2F; }
span { border-color: rgb(105,44,47); }
td.TdClassName
{
border-color: #692C2F;
}
.TagClassName
{
border-color: #692C2F;
}
</style>