Shades of Cinnabar #EF433C
Tints of Cinnabar #EF433C
RGB
CMYK
RGB Variations
Color information
#EF433C (or 0xEF433C) is known color: Cinnabar. HEX triplet: EF, 43 and 3C. RGB value is (239,67,60). Sum of RGB (Red+Green+Blue) = 239+67+60=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF433C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF433C is #10BCC3. Grayscale: #757575. Windows color (decimal): -1096900 or 3949551. OLE color: 3949551.
HSL color Cylindrical-coordinate representation of color #EF433C: hue angle of 2.35º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF433C is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 60 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.06 |
| HSL | 2.35º | 0.85% | 0.59% | - |
| HSV(B) | 2.35º | 0.75% | 0.94% | - |
| XYZ | 38.42 | 22.69 | 6.63 | - |
| YUV | 117.63 | 95.48 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 60 | 0 | 0.72 | 0.75 | 0.06 | 2.35 | 0.85 | 0.59 |
| Hex | EF | 43 | 3C | 0 | 48 | 4B | 6 | 2 | 55 | 3B |
| Octal | 357 | 103 | 74 | 0 | 110 | 113 | 6 | 2 | 125 | 73 |
| Binary | 11101111 | 1000011 | 111100 | 0 | 1001000 | 1001011 | 110 | 10 | 1010101 | 111011 |
Color Harmonies of #EF433C
Complementary color
Monochromatic Colors of #EF433C
Black with #EF433C
Text Example
Text Example
White with #EF433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF433C; }
p { color: rgb(239,67,60); }
H1.HeaderClassName
{
color: #EF433C;
}
.AnyTagClassName
{
color: #EF433C;
}
</style>
background-color css
<style>
a { background-color: #EF433C; }
a { background-color: rgb(239,67,60); }
div.DivClassName
{
background-color: #EF433C;
}
.BgClassName
{
background-color: #EF433C;
}
</style>
border-color css
<style>
span { border-color: #EF433C; }
span { border-color: rgb(239,67,60); }
td.TdClassName
{
border-color: #EF433C;
}
.TagClassName
{
border-color: #EF433C;
}
</style>