#DF1A44

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

Shades of Crimson #DF1A44

Tints of Crimson #DF1A44

Color information

#DF1A44 (or 0xDF1A44) is unknown color: approx Crimson. HEX triplet: DF, 1A and 44. RGB value is (223,26,68). Sum of RGB (Red+Green+Blue) = 223+26+68=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1A44 is #20E5BB. Grayscale: #595959. Windows color (decimal): -2155964 or 4463327. OLE color: 4463327.

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

Color convert

RGB2232668-
CMYK00.880.700.13
HSL347.21º79.12%48.82%-
HSV(B)347.21º88.34%87.45%-
XYZ31.8416.847.04-
YUV89.69115.77223.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 70.35%
GREEN value IS 26 (10.55% from 255) = 8.20%
BLUE value IS 68 (26.95% from 255) = 21.45%
R=70.35%
G=8.20%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223266800.880.700.13347.2179.1248.82
HexDF1A4405846D15b4f31
Octal3373210401301061553311761
Binary1101111111010100010001011000100011011011010110111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1A44; }

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

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

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

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

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

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

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

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