Shades of Cinnabar #F13D1D
Tints of Cinnabar #F13D1D
RGB
CMYK
RGB Variations
Color information
#F13D1D (or 0xF13D1D) is known color: Cinnabar. HEX triplet: F1, 3D and 1D. RGB value is (241,61,29). Sum of RGB (Red+Green+Blue) = 241+61+29=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13D1D is #0EC2E2. Grayscale: #6F6F6F. Windows color (decimal): -967395 or 1916401. OLE color: 1916401.
HSL color Cylindrical-coordinate representation of color #F13D1D: hue angle of 9.06º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F13D1D is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 61 | 29 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.05 |
| HSL | 9.06º | 0.88% | 0.53% | - |
| HSV(B) | 9.06º | 0.88% | 0.95% | - |
| XYZ | 38.17 | 22.13 | 3.42 | - |
| YUV | 111.17 | 81.63 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 61 | 29 | 0 | 0.75 | 0.88 | 0.05 | 9.06 | 0.88 | 0.53 |
| Hex | F1 | 3D | 1D | 0 | 4B | 58 | 5 | 9 | 58 | 35 |
| Octal | 361 | 75 | 35 | 0 | 113 | 130 | 5 | 11 | 130 | 65 |
| Binary | 11110001 | 111101 | 11101 | 0 | 1001011 | 1011000 | 101 | 1001 | 1011000 | 110101 |
Color Harmonies of #F13D1D
Complementary color
Monochromatic Colors of #F13D1D
Black with #F13D1D
Text Example
Text Example
White with #F13D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13D1D; }
p { color: rgb(241,61,29); }
H1.HeaderClassName
{
color: #F13D1D;
}
.AnyTagClassName
{
color: #F13D1D;
}
</style>
background-color css
<style>
a { background-color: #F13D1D; }
a { background-color: rgb(241,61,29); }
div.DivClassName
{
background-color: #F13D1D;
}
.BgClassName
{
background-color: #F13D1D;
}
</style>
border-color css
<style>
span { border-color: #F13D1D; }
span { border-color: rgb(241,61,29); }
td.TdClassName
{
border-color: #F13D1D;
}
.TagClassName
{
border-color: #F13D1D;
}
</style>