Shades of Red Devil #692D30
Tints of Red Devil #692D30
RGB
CMYK
RGB Variations
Color information
#692D30 (or 0x692D30) is known color: Red Devil. HEX triplet: 69, 2D and 30. RGB value is (105,45,48). Sum of RGB (Red+Green+Blue) = 105+45+48=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #692D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692D30 is #96D2CF. Grayscale: #3F3F3F. Windows color (decimal): -9884368 or 3157353. OLE color: 3157353.
HSL color Cylindrical-coordinate representation of color #692D30: hue angle of 357º 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 #692D30 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 45 | 48 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.59 |
| HSL | 357º | 0.4% | 0.29% | - |
| HSV(B) | 357º | 0.57% | 0.41% | - |
| XYZ | 7.3 | 5.09 | 3.39 | - |
| YUV | 63.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 48 | 0 | 0.57 | 0.54 | 0.59 | 357 | 0.4 | 0.29 |
| Hex | 69 | 2D | 30 | 0 | 39 | 36 | 3B | 165 | 28 | 1D |
| Octal | 151 | 55 | 60 | 0 | 71 | 66 | 73 | 545 | 50 | 35 |
| Binary | 1101001 | 101101 | 110000 | 0 | 111001 | 110110 | 111011 | 101100101 | 101000 | 11101 |
Color Harmonies of #692D30
Complementary color
Monochromatic Colors of #692D30
Black with #692D30
Text Example
Text Example
White with #692D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692D30; }
p { color: rgb(105,45,48); }
H1.HeaderClassName
{
color: #692D30;
}
.AnyTagClassName
{
color: #692D30;
}
</style>
background-color css
<style>
a { background-color: #692D30; }
a { background-color: rgb(105,45,48); }
div.DivClassName
{
background-color: #692D30;
}
.BgClassName
{
background-color: #692D30;
}
</style>
border-color css
<style>
span { border-color: #692D30; }
span { border-color: rgb(105,45,48); }
td.TdClassName
{
border-color: #692D30;
}
.TagClassName
{
border-color: #692D30;
}
</style>