Html Css Color HEX #DB1444 Crimson

📋 copy color: '#DB1444'

red 219 ◦ green 20 ◦ blue 68

#DB1444
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #DB1444

Tints of Crimson #DB1444

RGB

 RED value IS 219 (85.94% from 255) = 71.34%

 GREEN value IS 20 (8.2% from 255) = 6.51%

 BLUE value IS 68 (26.95% from 255) = 22.15%

R = 71.34%
G = 6.51%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB1444 (or 0xDB1444) is known color: Crimson. HEX triplet: DB, 14 and 44. RGB value is (219,20,68). Sum of RGB (Red+Green+Blue) = 219+20+68=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1444 is #24EBBB. Grayscale: #545454. Windows color (decimal): -2419644 or 4461787. OLE color: 4461787.

HSL color Cylindrical-coordinate representation of color #DB1444: hue angle of 345.53º 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 #DB1444 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 20 68 -
CMYK 0 0.91 0.69 0.14
HSL 345.53º 0.83% 0.47% -
HSV(B) 345.53º 0.91% 0.86% -
XYZ 30.51 15.98 6.94 -
YUV 84.97 118.43 223.6 -
System Red Green Blue C M Y K H S L
Decimal 219 20 68 0 0.91 0.69 0.14 345.53 0.83 0.47
Hex DB 14 44 0 5B 45 E 15A 53 2F
Octal 333 24 104 0 133 105 16 532 123 57
Binary 11011011 10100 1000100 0 1011011 1000101 1110 101011010 1010011 101111

Color Harmonies of #DB1444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1444

Black with #DB1444

Text Example


Text Example

White with #DB1444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1444; }

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

 H1.HeaderClassName
 {
   color: #DB1444;
 }
 .AnyTagClassName
 {
   color: #DB1444;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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