Shades of Red Oxide #64140F
Tints of Red Oxide #64140F
RGB
CMYK
RGB Variations
Color information
#64140F (or 0x64140F) is known color: Red Oxide. HEX triplet: 64, 14 and 0F. RGB value is (100,20,15). Sum of RGB (Red+Green+Blue) = 100+20+15=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #64140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64140F is #9BEBF0. Grayscale: #2B2B2B. Windows color (decimal): -10218481 or 988260. OLE color: 988260.
HSL color Cylindrical-coordinate representation of color #64140F: hue angle of 3.53º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64140F is Cyan = 0, Magento = 0.8, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 20 | 15 | - |
| CMYK | 0 | 0.8 | 0.85 | 0.61 |
| HSL | 3.53º | 0.74% | 0.23% | - |
| HSV(B) | 3.53º | 0.85% | 0.39% | - |
| XYZ | 5.59 | 3.24 | 0.78 | - |
| YUV | 43.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 15 | 0 | 0.8 | 0.85 | 0.61 | 3.53 | 0.74 | 0.23 |
| Hex | 64 | 14 | F | 0 | 50 | 55 | 3D | 4 | 4A | 17 |
| Octal | 144 | 24 | 17 | 0 | 120 | 125 | 75 | 4 | 112 | 27 |
| Binary | 1100100 | 10100 | 1111 | 0 | 1010000 | 1010101 | 111101 | 100 | 1001010 | 10111 |
Color Harmonies of #64140F
Complementary color
Monochromatic Colors of #64140F
Black with #64140F
Text Example
Text Example
White with #64140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64140F; }
p { color: rgb(100,20,15); }
H1.HeaderClassName
{
color: #64140F;
}
.AnyTagClassName
{
color: #64140F;
}
</style>
background-color css
<style>
a { background-color: #64140F; }
a { background-color: rgb(100,20,15); }
div.DivClassName
{
background-color: #64140F;
}
.BgClassName
{
background-color: #64140F;
}
</style>
border-color css
<style>
span { border-color: #64140F; }
span { border-color: rgb(100,20,15); }
td.TdClassName
{
border-color: #64140F;
}
.TagClassName
{
border-color: #64140F;
}
</style>