#DB194A

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

Shades of Crimson #DB194A

Tints of Crimson #DB194A

Color information

#DB194A (or 0xDB194A) is unknown color: approx Crimson. HEX triplet: DB, 19 and 4A. RGB value is (219,25,74). Sum of RGB (Red+Green+Blue) = 219+25+74=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB194A is #24E6B5. Grayscale: #585858. Windows color (decimal): -2418358 or 4856283. OLE color: 4856283.

HSL color Cylindrical-coordinate representation of color #DB194A: hue angle of 344.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB194A is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB2192574-
CMYK00.890.660.14
HSL344.85º79.51%47.84%-
HSV(B)344.85º88.58%85.88%-
XYZ30.816.257.99-
YUV88.59119.77221.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 68.87%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=68.87%
G=7.86%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219257400.890.660.14344.8579.5147.84
HexDB194A05942E1595030
Octal3333111201311021653112060
Binary1101101111001100101001011001100001011101010110011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB194A; }

 p { color: rgb(219,25,74); }

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

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

 a { background-color: rgb(219,25,74); }

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

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

 span { border-color: rgb(219,25,74); }

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