#DA1742

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

Shades of Crimson #DA1742

Tints of Crimson #DA1742

Color information

#DA1742 (or 0xDA1742) is unknown color: approx Crimson. HEX triplet: DA, 17 and 42. RGB value is (218,23,66). Sum of RGB (Red+Green+Blue) = 218+23+66=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1742 is #25E8BD. Grayscale: #565656. Windows color (decimal): -2484414 or 4331482. OLE color: 4331482.

HSL color Cylindrical-coordinate representation of color #DA1742: hue angle of 346.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1742 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB2182366-
CMYK00.890.700.15
HSL346.77º80.91%47.25%-
HSV(B)346.77º89.45%85.49%-
XYZ30.215.916.63-
YUV86.21116.6222-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 71.01%
GREEN value IS 23 (9.38% from 255) = 7.49%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=71.01%
G=7.49%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218236600.890.700.15346.7780.9147.25
HexDA174205946F15b512f
Octal3322710201311061753312157
Binary1101101010111100001001011001100011011111010110111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1742; }

 p { color: rgb(218,23,66); }

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

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

 a { background-color: rgb(218,23,66); }

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

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

 span { border-color: rgb(218,23,66); }

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