#DA143F

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

Shades of Crimson #DA143F

Tints of Crimson #DA143F

Color information

#DA143F (or 0xDA143F) is unknown color: approx Crimson. HEX triplet: DA, 14 and 3F. RGB value is (218,20,63). Sum of RGB (Red+Green+Blue) = 218+20+63=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA143F is #25EBC0. Grayscale: #545454. Windows color (decimal): -2485185 or 4134106. OLE color: 4134106.

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

Color convert

RGB2182063-
CMYK00.910.710.15
HSL346.97º83.19%46.67%-
HSV(B)346.97º90.83%85.49%-
XYZ30.0615.766.16-
YUV84.1116.1223.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 72.43%
GREEN value IS 20 (8.20% from 255) = 6.64%
BLUE value IS 63 (25% from 255) = 20.93%
R=72.43%
G=6.64%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218206300.910.710.15346.9783.1946.67
HexDA143F05B47F15b532f
Octal332247701331071753312357
Binary110110101010011111101011011100011111111010110111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA143F; }

 p { color: rgb(218,20,63); }

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

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

 a { background-color: rgb(218,20,63); }

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

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

 span { border-color: rgb(218,20,63); }

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