Shades of Alizarin #FF383D
Tints of Alizarin #FF383D
RGB
CMYK
RGB Variations
Color information
#FF383D (or 0xFF383D) is known color: Alizarin. HEX triplet: FF, 38 and 3D. RGB value is (255,56,61). Sum of RGB (Red+Green+Blue) = 255+56+61=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF383D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF383D is #00C7C2. Grayscale: #747474. Windows color (decimal): -51139 or 4012287. OLE color: 4012287.
HSL color Cylindrical-coordinate representation of color #FF383D: hue angle of 358.49º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF383D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 61 | - |
| CMYK | 0 | 0.78 | 0.76 | 0 |
| HSL | 358.49º | 1% | 0.61% | - |
| HSV(B) | 358.49º | 0.78% | 1% | - |
| XYZ | 43.5 | 24.43 | 6.84 | - |
| YUV | 116.07 | 96.93 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 61 | 0 | 0.78 | 0.76 | 0 | 358.49 | 1 | 0.61 |
| Hex | FF | 38 | 3D | 0 | 4E | 4C | 0 | 166 | 64 | 3D |
| Octal | 377 | 70 | 75 | 0 | 116 | 114 | 0 | 546 | 144 | 75 |
| Binary | 11111111 | 111000 | 111101 | 0 | 1001110 | 1001100 | 0 | 101100110 | 1100100 | 111101 |
Color Harmonies of #FF383D
Complementary color
Monochromatic Colors of #FF383D
Black with #FF383D
Text Example
Text Example
White with #FF383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF383D; }
p { color: rgb(255,56,61); }
H1.HeaderClassName
{
color: #FF383D;
}
.AnyTagClassName
{
color: #FF383D;
}
</style>
background-color css
<style>
a { background-color: #FF383D; }
a { background-color: rgb(255,56,61); }
div.DivClassName
{
background-color: #FF383D;
}
.BgClassName
{
background-color: #FF383D;
}
</style>
border-color css
<style>
span { border-color: #FF383D; }
span { border-color: rgb(255,56,61); }
td.TdClassName
{
border-color: #FF383D;
}
.TagClassName
{
border-color: #FF383D;
}
</style>