Shades of Cinnabar #EB423D
Tints of Cinnabar #EB423D
RGB
CMYK
RGB Variations
Color information
#EB423D (or 0xEB423D) is known color: Cinnabar. HEX triplet: EB, 42 and 3D. RGB value is (235,66,61). Sum of RGB (Red+Green+Blue) = 235+66+61=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB423D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB423D is #14BDC2. Grayscale: #747474. Windows color (decimal): -1359299 or 4014827. OLE color: 4014827.
HSL color Cylindrical-coordinate representation of color #EB423D: hue angle of 1.72º 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 #EB423D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 66 | 61 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.08 |
| HSL | 1.72º | 0.81% | 0.58% | - |
| HSV(B) | 1.72º | 0.74% | 0.92% | - |
| XYZ | 37.05 | 21.9 | 6.69 | - |
| YUV | 115.96 | 96.99 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 66 | 61 | 0 | 0.72 | 0.74 | 0.08 | 1.72 | 0.81 | 0.58 |
| Hex | EB | 42 | 3D | 0 | 48 | 4A | 8 | 2 | 51 | 3A |
| Octal | 353 | 102 | 75 | 0 | 110 | 112 | 10 | 2 | 121 | 72 |
| Binary | 11101011 | 1000010 | 111101 | 0 | 1001000 | 1001010 | 1000 | 10 | 1010001 | 111010 |
Color Harmonies of #EB423D
Complementary color
Monochromatic Colors of #EB423D
Black with #EB423D
Text Example
Text Example
White with #EB423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB423D; }
p { color: rgb(235,66,61); }
H1.HeaderClassName
{
color: #EB423D;
}
.AnyTagClassName
{
color: #EB423D;
}
</style>
background-color css
<style>
a { background-color: #EB423D; }
a { background-color: rgb(235,66,61); }
div.DivClassName
{
background-color: #EB423D;
}
.BgClassName
{
background-color: #EB423D;
}
</style>
border-color css
<style>
span { border-color: #EB423D; }
span { border-color: rgb(235,66,61); }
td.TdClassName
{
border-color: #EB423D;
}
.TagClassName
{
border-color: #EB423D;
}
</style>