#DA1633

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

Shades of Crimson #DA1633

Tints of Crimson #DA1633

Color information

#DA1633 (or 0xDA1633) is unknown color: approx Crimson. HEX triplet: DA, 16 and 33. RGB value is (218,22,51). Sum of RGB (Red+Green+Blue) = 218+22+51=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1633 is #25E9CC. Grayscale: #535353. Windows color (decimal): -2484685 or 3348186. OLE color: 3348186.

HSL color Cylindrical-coordinate representation of color #DA1633: hue angle of 351.12º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1633 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB2182251-
CMYK00.900.770.15
HSL351.12º81.67%47.06%-
HSV(B)351.12º89.91%85.49%-
XYZ29.815.724.6-
YUV83.91109.43223.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 74.91%
GREEN value IS 22 (8.98% from 255) = 7.56%
BLUE value IS 51 (20.31% from 255) = 17.53%
R=74.91%
G=7.56%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218225100.900.770.15351.1281.6747.06
HexDA163305A4DF15f522f
Octal332266301321151753712257
Binary110110101011011001101011010100110111111010111111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1633; }

 p { color: rgb(218,22,51); }

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

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

 a { background-color: rgb(218,22,51); }

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

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

 span { border-color: rgb(218,22,51); }

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