#DA0940

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

Shades of Crimson #DA0940

Tints of Crimson #DA0940

Color information

#DA0940 (or 0xDA0940) is unknown color: approx Crimson. HEX triplet: DA, 09 and 40. RGB value is (218,9,64). Sum of RGB (Red+Green+Blue) = 218+9+64=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0940 is #25F6BF. Grayscale: #4D4D4D. Windows color (decimal): -2488000 or 4196826. OLE color: 4196826.

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

Color convert

RGB218964-
CMYK00.960.710.15
HSL344.21º92.07%44.51%-
HSV(B)344.21º95.87%85.49%-
XYZ29.9415.476.26-
YUV77.76120.24228.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 74.91%
GREEN value IS 9 (3.91% from 255) = 3.09%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=74.91%
G=3.09%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21896400.960.710.15344.2192.0744.51
HexDA94006047F1585c2d
Octal3321110001401071753013455
Binary110110101001100000001100000100011111111010110001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0940; }

 p { color: rgb(218,9,64); }

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

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

 a { background-color: rgb(218,9,64); }

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

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

 span { border-color: rgb(218,9,64); }

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