Shades of Red Devil #692C30
Tints of Red Devil #692C30
RGB
CMYK
RGB Variations
Color information
#692C30 (or 0x692C30) is known color: Red Devil. HEX triplet: 69, 2C and 30. RGB value is (105,44,48). Sum of RGB (Red+Green+Blue) = 105+44+48=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #692C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C30 is #96D3CF. Grayscale: #3E3E3E. Windows color (decimal): -9884624 or 3157097. OLE color: 3157097.
HSL color Cylindrical-coordinate representation of color #692C30: hue angle of 356.07º 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 #692C30 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 48 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.59 |
| HSL | 356.07º | 0.41% | 0.29% | - |
| HSV(B) | 356.07º | 0.58% | 0.41% | - |
| XYZ | 7.26 | 5.02 | 3.38 | - |
| YUV | 62.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 48 | 0 | 0.58 | 0.54 | 0.59 | 356.07 | 0.41 | 0.29 |
| Hex | 69 | 2C | 30 | 0 | 3A | 36 | 3B | 164 | 29 | 1D |
| Octal | 151 | 54 | 60 | 0 | 72 | 66 | 73 | 544 | 51 | 35 |
| Binary | 1101001 | 101100 | 110000 | 0 | 111010 | 110110 | 111011 | 101100100 | 101001 | 11101 |
Color Harmonies of #692C30
Complementary color
Monochromatic Colors of #692C30
Black with #692C30
Text Example
Text Example
White with #692C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C30; }
p { color: rgb(105,44,48); }
H1.HeaderClassName
{
color: #692C30;
}
.AnyTagClassName
{
color: #692C30;
}
</style>
background-color css
<style>
a { background-color: #692C30; }
a { background-color: rgb(105,44,48); }
div.DivClassName
{
background-color: #692C30;
}
.BgClassName
{
background-color: #692C30;
}
</style>
border-color css
<style>
span { border-color: #692C30; }
span { border-color: rgb(105,44,48); }
td.TdClassName
{
border-color: #692C30;
}
.TagClassName
{
border-color: #692C30;
}
</style>