#DF1B48

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

Shades of Crimson #DF1B48

Tints of Crimson #DF1B48

Color information

#DF1B48 (or 0xDF1B48) is unknown color: approx Crimson. HEX triplet: DF, 1B and 48. RGB value is (223,27,72). Sum of RGB (Red+Green+Blue) = 223+27+72=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1B48 is #20E4B7. Grayscale: #5A5A5A. Windows color (decimal): -2155704 or 4725727. OLE color: 4725727.

HSL color Cylindrical-coordinate representation of color #DF1B48: hue angle of 346.22º degrees, saturation: 0.78, 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 #DF1B48 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB2232772-
CMYK00.880.680.13
HSL346.22º78.4%49.02%-
HSV(B)346.22º87.89%87.45%-
XYZ31.9916.947.71-
YUV90.73117.43222.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 69.25%
GREEN value IS 27 (10.94% from 255) = 8.39%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=69.25%
G=8.39%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223277200.880.680.13346.2278.449.02
HexDF1B4805844D15a4e31
Octal3373311001301041553211661
Binary1101111111011100100001011000100010011011010110101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1B48; }

 p { color: rgb(223,27,72); }

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

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

 a { background-color: rgb(223,27,72); }

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

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

 span { border-color: rgb(223,27,72); }

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