#DF1C44

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

Shades of Crimson #DF1C44

Tints of Crimson #DF1C44

Color information

#DF1C44 (or 0xDF1C44) is unknown color: approx Crimson. HEX triplet: DF, 1C and 44. RGB value is (223,28,68). Sum of RGB (Red+Green+Blue) = 223+28+68=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1C44 is #20E3BB. Grayscale: #5A5A5A. Windows color (decimal): -2155452 or 4463839. OLE color: 4463839.

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

Color convert

RGB2232868-
CMYK00.870.700.13
HSL347.69º77.69%49.22%-
HSV(B)347.69º87.44%87.45%-
XYZ31.8916.947.06-
YUV90.86115.1222.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 69.91%
GREEN value IS 28 (11.33% from 255) = 8.78%
BLUE value IS 68 (26.95% from 255) = 21.32%
R=69.91%
G=8.78%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223286800.870.700.13347.6977.6949.22
HexDF1C4405746D15c4e31
Octal3373410401271061553411661
Binary1101111111100100010001010111100011011011010111001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1C44; }

 p { color: rgb(223,28,68); }

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

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

 a { background-color: rgb(223,28,68); }

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

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

 span { border-color: rgb(223,28,68); }

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