#df0e4a

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

Shades of Crimson #DF0E4A

Tints of Crimson #DF0E4A

Color information

#DF0E4A (or 0xDF0E4A) is unknown color: approx Crimson. HEX triplet: DF, 0E and 4A. RGB value is (223,14,74). Sum of RGB (Red+Green+Blue) = 223+14+74=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E4A is #20F1B5. Grayscale: #535353. Windows color (decimal): -2159030 or 4853471. OLE color: 4853471.

HSL color Cylindrical-coordinate representation of color #DF0E4A: hue angle of 342.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E4A is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB2231474-
CMYK00.940.670.13
HSL342.78º88.19%46.47%-
HSV(B)342.78º93.72%87.45%-
XYZ31.8216.57.99-
YUV83.33122.74227.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 71.70%
GREEN value IS 14 (5.86% from 255) = 4.50%
BLUE value IS 74 (29.30% from 255) = 23.79%
R=71.70%
G=4.50%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223147400.940.670.13342.7888.1946.47
HexDFE4A05E43D157582e
Octal3371611201361031552713056
Binary110111111110100101001011110100001111011010101111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df0e4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df0e4a; }

 p { color: rgb(223,14,74); }

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

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

 a { background-color: rgb(223,14,74); }

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

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

 span { border-color: rgb(223,14,74); }

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