#DA2048

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

Shades of Crimson #DA2048

Tints of Crimson #DA2048

Color information

#DA2048 (or 0xDA2048) is unknown color: approx Crimson. HEX triplet: DA, 20 and 48. RGB value is (218,32,72). Sum of RGB (Red+Green+Blue) = 218+32+72=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2048 is #25DFB7. Grayscale: #5C5C5C. Windows color (decimal): -2482104 or 4727002. OLE color: 4727002.

HSL color Cylindrical-coordinate representation of color #DA2048: hue angle of 347.1º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2048 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB2183272-
CMYK00.850.670.15
HSL347.1º74.4%49.02%-
HSV(B)347.1º85.32%85.49%-
XYZ30.616.417.68-
YUV92.17116.62217.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 67.70%
GREEN value IS 32 (12.89% from 255) = 9.94%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=67.70%
G=9.94%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218327200.850.670.15347.174.449.02
HexDA204805543F15b4a31
Octal3324011001251031753311261
Binary11011010100000100100001010101100001111111010110111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2048; }

 p { color: rgb(218,32,72); }

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

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

 a { background-color: rgb(218,32,72); }

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

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

 span { border-color: rgb(218,32,72); }

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