Html Css Color HEX #DB1449 Crimson

📋 copy color: '#DB1449'

red 219 ◦ green 20 ◦ blue 73

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

Shades of Crimson #DB1449

Tints of Crimson #DB1449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 70.19%
G = 6.41%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB1449 (or 0xDB1449) is known color: Crimson. HEX triplet: DB, 14 and 49. RGB value is (219,20,73). Sum of RGB (Red+Green+Blue) = 219+20+73=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1449 is #24EBB6. Grayscale: #555555. Windows color (decimal): -2419639 or 4789467. OLE color: 4789467.

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

Color convert

RGB 219 20 73 -
CMYK 0 0.91 0.67 0.14
HSL 344.02º 0.83% 0.47% -
HSV(B) 344.02º 0.91% 0.86% -
XYZ 30.67 16.04 7.78 -
YUV 85.54 120.93 223.19 -
System Red Green Blue C M Y K H S L
Decimal 219 20 73 0 0.91 0.67 0.14 344.02 0.83 0.47
Hex DB 14 49 0 5B 43 E 158 53 2F
Octal 333 24 111 0 133 103 16 530 123 57
Binary 11011011 10100 1001001 0 1011011 1000011 1110 101011000 1010011 101111

Color Harmonies of #DB1449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1449

Black with #DB1449

Text Example


Text Example

White with #DB1449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1449; }

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

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

background-color css

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

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

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

border-color css

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

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

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