Shades of Cinnabar #EF413D
Tints of Cinnabar #EF413D
RGB
CMYK
RGB Variations
Color information
#EF413D (or 0xEF413D) is known color: Cinnabar. HEX triplet: EF, 41 and 3D. RGB value is (239,65,61). Sum of RGB (Red+Green+Blue) = 239+65+61=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF413D is #10BEC2. Grayscale: #747474. Windows color (decimal): -1097411 or 4014575. OLE color: 4014575.
HSL color Cylindrical-coordinate representation of color #EF413D: hue angle of 1.35º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF413D is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 61 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.06 |
| HSL | 1.35º | 0.85% | 0.59% | - |
| HSV(B) | 1.35º | 0.74% | 0.94% | - |
| XYZ | 38.33 | 22.47 | 6.73 | - |
| YUV | 116.57 | 96.65 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 61 | 0 | 0.73 | 0.74 | 0.06 | 1.35 | 0.85 | 0.59 |
| Hex | EF | 41 | 3D | 0 | 49 | 4A | 6 | 1 | 55 | 3B |
| Octal | 357 | 101 | 75 | 0 | 111 | 112 | 6 | 1 | 125 | 73 |
| Binary | 11101111 | 1000001 | 111101 | 0 | 1001001 | 1001010 | 110 | 1 | 1010101 | 111011 |
Color Harmonies of #EF413D
Complementary color
Monochromatic Colors of #EF413D
Black with #EF413D
Text Example
Text Example
White with #EF413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF413D; }
p { color: rgb(239,65,61); }
H1.HeaderClassName
{
color: #EF413D;
}
.AnyTagClassName
{
color: #EF413D;
}
</style>
background-color css
<style>
a { background-color: #EF413D; }
a { background-color: rgb(239,65,61); }
div.DivClassName
{
background-color: #EF413D;
}
.BgClassName
{
background-color: #EF413D;
}
</style>
border-color css
<style>
span { border-color: #EF413D; }
span { border-color: rgb(239,65,61); }
td.TdClassName
{
border-color: #EF413D;
}
.TagClassName
{
border-color: #EF413D;
}
</style>