Shades of Cinnabar #EB433C
Tints of Cinnabar #EB433C
RGB
CMYK
RGB Variations
Color information
#EB433C (or 0xEB433C) is known color: Cinnabar. HEX triplet: EB, 43 and 3C. RGB value is (235,67,60). Sum of RGB (Red+Green+Blue) = 235+67+60=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB433C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB433C is #14BCC3. Grayscale: #747474. Windows color (decimal): -1359044 or 3949547. OLE color: 3949547.
HSL color Cylindrical-coordinate representation of color #EB433C: hue angle of 2.4º 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 #EB433C is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 67 | 60 | - |
| CMYK | 0 | 0.71 | 0.74 | 0.08 |
| HSL | 2.4º | 0.81% | 0.58% | - |
| HSV(B) | 2.4º | 0.74% | 0.92% | - |
| XYZ | 37.08 | 22 | 6.57 | - |
| YUV | 116.43 | 96.16 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 67 | 60 | 0 | 0.71 | 0.74 | 0.08 | 2.4 | 0.81 | 0.58 |
| Hex | EB | 43 | 3C | 0 | 47 | 4A | 8 | 2 | 51 | 3A |
| Octal | 353 | 103 | 74 | 0 | 107 | 112 | 10 | 2 | 121 | 72 |
| Binary | 11101011 | 1000011 | 111100 | 0 | 1000111 | 1001010 | 1000 | 10 | 1010001 | 111010 |
Color Harmonies of #EB433C
Complementary color
Monochromatic Colors of #EB433C
Black with #EB433C
Text Example
Text Example
White with #EB433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB433C; }
p { color: rgb(235,67,60); }
H1.HeaderClassName
{
color: #EB433C;
}
.AnyTagClassName
{
color: #EB433C;
}
</style>
background-color css
<style>
a { background-color: #EB433C; }
a { background-color: rgb(235,67,60); }
div.DivClassName
{
background-color: #EB433C;
}
.BgClassName
{
background-color: #EB433C;
}
</style>
border-color css
<style>
span { border-color: #EB433C; }
span { border-color: rgb(235,67,60); }
td.TdClassName
{
border-color: #EB433C;
}
.TagClassName
{
border-color: #EB433C;
}
</style>