Shades of Cinnabar #EB443D
Tints of Cinnabar #EB443D
RGB
CMYK
RGB Variations
Color information
#EB443D (or 0xEB443D) is known color: Cinnabar. HEX triplet: EB, 44 and 3D. RGB value is (235,68,61). Sum of RGB (Red+Green+Blue) = 235+68+61=364 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.56% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 235 - color contains mainly: red. Hex color #EB443D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB443D is #14BBC2. Grayscale: #757575. Windows color (decimal): -1358787 or 4015339. OLE color: 4015339.
HSL color Cylindrical-coordinate representation of color #EB443D: hue angle of 2.41º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB443D is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 61 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.08 |
| HSL | 2.41º | 0.81% | 0.58% | - |
| HSV(B) | 2.41º | 0.74% | 0.92% | - |
| XYZ | 37.17 | 22.13 | 6.73 | - |
| YUV | 117.14 | 96.33 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 61 | 0 | 0.71 | 0.74 | 0.08 | 2.41 | 0.81 | 0.58 |
| Hex | EB | 44 | 3D | 0 | 47 | 4A | 8 | 2 | 51 | 3A |
| Octal | 353 | 104 | 75 | 0 | 107 | 112 | 10 | 2 | 121 | 72 |
| Binary | 11101011 | 1000100 | 111101 | 0 | 1000111 | 1001010 | 1000 | 10 | 1010001 | 111010 |
Color Harmonies of #EB443D
Complementary color
Monochromatic Colors of #EB443D
Black with #EB443D
Text Example
Text Example
White with #EB443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB443D; }
p { color: rgb(235,68,61); }
H1.HeaderClassName
{
color: #EB443D;
}
.AnyTagClassName
{
color: #EB443D;
}
</style>
background-color css
<style>
a { background-color: #EB443D; }
a { background-color: rgb(235,68,61); }
div.DivClassName
{
background-color: #EB443D;
}
.BgClassName
{
background-color: #EB443D;
}
</style>
border-color css
<style>
span { border-color: #EB443D; }
span { border-color: rgb(235,68,61); }
td.TdClassName
{
border-color: #EB443D;
}
.TagClassName
{
border-color: #EB443D;
}
</style>