Shades of Cinnabar #ED433D
Tints of Cinnabar #ED433D
RGB
CMYK
RGB Variations
Color information
#ED433D (or 0xED433D) is known color: Cinnabar. HEX triplet: ED, 43 and 3D. RGB value is (237,67,61). Sum of RGB (Red+Green+Blue) = 237+67+61=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED433D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED433D is #12BCC2. Grayscale: #757575. Windows color (decimal): -1227971 or 4015085. OLE color: 4015085.
HSL color Cylindrical-coordinate representation of color #ED433D: hue angle of 2.05º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED433D is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 61 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.07 |
| HSL | 2.05º | 0.83% | 0.58% | - |
| HSV(B) | 2.05º | 0.74% | 0.93% | - |
| XYZ | 37.77 | 22.36 | 6.74 | - |
| YUV | 117.15 | 96.32 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 61 | 0 | 0.72 | 0.74 | 0.07 | 2.05 | 0.83 | 0.58 |
| Hex | ED | 43 | 3D | 0 | 48 | 4A | 7 | 2 | 53 | 3A |
| Octal | 355 | 103 | 75 | 0 | 110 | 112 | 7 | 2 | 123 | 72 |
| Binary | 11101101 | 1000011 | 111101 | 0 | 1001000 | 1001010 | 111 | 10 | 1010011 | 111010 |
Color Harmonies of #ED433D
Complementary color
Monochromatic Colors of #ED433D
Black with #ED433D
Text Example
Text Example
White with #ED433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED433D; }
p { color: rgb(237,67,61); }
H1.HeaderClassName
{
color: #ED433D;
}
.AnyTagClassName
{
color: #ED433D;
}
</style>
background-color css
<style>
a { background-color: #ED433D; }
a { background-color: rgb(237,67,61); }
div.DivClassName
{
background-color: #ED433D;
}
.BgClassName
{
background-color: #ED433D;
}
</style>
border-color css
<style>
span { border-color: #ED433D; }
span { border-color: rgb(237,67,61); }
td.TdClassName
{
border-color: #ED433D;
}
.TagClassName
{
border-color: #ED433D;
}
</style>