#DF0F4B

Color #DF0F4B Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #DF0F4B

Tints of Crimson #DF0F4B

Color information

#DF0F4B (or 0xDF0F4B) is unknown color: approx Crimson. HEX triplet: DF, 0F and 4B. RGB value is (223,15,75). Sum of RGB (Red+Green+Blue) = 223+15+75=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0F4B is #20F0B4. Grayscale: #535353. Windows color (decimal): -2158773 or 4919263. OLE color: 4919263.

HSL color Cylindrical-coordinate representation of color #DF0F4B: hue angle of 342.69º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F4B is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB2231575-
CMYK00.930.660.13
HSL342.69º87.39%46.67%-
HSV(B)342.69º93.27%87.45%-
XYZ31.8716.548.17-
YUV84.03122.91227.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 71.25%
GREEN value IS 15 (6.25% from 255) = 4.79%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=71.25%
G=4.79%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223157500.930.660.13342.6987.3946.67
HexDFF4B05D42D157572f
Octal3371711301351021552712757
Binary110111111111100101101011101100001011011010101111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0F4B; }

 p { color: rgb(223,15,75); }

 H1.HeaderClassName
 {
   color: #DF0F4B;
 }
 .AnyTagClassName
 {
   color: #DF0F4B;
 }
</style>
background-color css

<style>
 a { background-color: #DF0F4B; }

 a { background-color: rgb(223,15,75); }

 div.DivClassName
 {
   background-color: #DF0F4B;
 }
 .BgClassName
 {
   background-color: #DF0F4B;
 }
</style>
border-color css

<style>
 span { border-color: #DF0F4B; }

 span { border-color: rgb(223,15,75); }

 td.TdClassName
 {
   border-color: #DF0F4B;
 }
 .TagClassName
 {
   border-color: #DF0F4B;
 }
</style>