#d61944

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

Shades of Crimson #D61944

Tints of Crimson #D61944

Color information

#D61944 (or 0xD61944) is unknown color: approx Crimson. HEX triplet: D6, 19 and 44. RGB value is (214,25,68). Sum of RGB (Red+Green+Blue) = 214+25+68=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D61944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61944 is #29E6BB. Grayscale: #565656. Windows color (decimal): -2746044 or 4463062. OLE color: 4463062.

HSL color Cylindrical-coordinate representation of color #D61944: hue angle of 346.35º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61944 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB2142568-
CMYK00.880.680.16
HSL346.35º79.08%46.86%-
HSV(B)346.35º88.32%83.92%-
XYZ29.1215.416.91-
YUV86.41117.62219-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 69.71%
GREEN value IS 25 (10.16% from 255) = 8.14%
BLUE value IS 68 (26.95% from 255) = 22.15%
R=69.71%
G=8.14%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214256800.880.680.16346.3579.0846.86
HexD61944058441015a4f2f
Octal3263110401301042053211757
Binary11010110110011000100010110001000100100001010110101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d61944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d61944; }

 p { color: rgb(214,25,68); }

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

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

 a { background-color: rgb(214,25,68); }

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

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

 span { border-color: rgb(214,25,68); }

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