#DB144A

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

Shades of Crimson #DB144A

Tints of Crimson #DB144A

Color information

#DB144A (or 0xDB144A) is unknown color: approx Crimson. HEX triplet: DB, 14 and 4A. RGB value is (219,20,74). Sum of RGB (Red+Green+Blue) = 219+20+74=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB144A is #24EBB5. Grayscale: #555555. Windows color (decimal): -2419638 or 4855003. OLE color: 4855003.

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

Color convert

RGB2192074-
CMYK00.910.660.14
HSL343.72º83.26%46.86%-
HSV(B)343.72º90.87%85.88%-
XYZ30.716.057.96-
YUV85.66121.43223.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 69.97%
GREEN value IS 20 (8.20% from 255) = 6.39%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=69.97%
G=6.39%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219207400.910.660.14343.7283.2646.86
HexDB144A05B42E158532f
Octal3332411201331021653012357
Binary1101101110100100101001011011100001011101010110001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB144A; }

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

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

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

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

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

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

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

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