Html Css Color HEX #DB2044 Crimson

📋 copy color: '#DB2044'

red 219 ◦ green 32 ◦ blue 68

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

Shades of Crimson #DB2044

Tints of Crimson #DB2044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.03%

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

R = 68.65%
G = 10.03%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB2044 (or 0xDB2044) is known color: Crimson. HEX triplet: DB, 20 and 44. RGB value is (219,32,68). Sum of RGB (Red+Green+Blue) = 219+32+68=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2044 is #24DFBB. Grayscale: #5C5C5C. Windows color (decimal): -2416572 or 4464859. OLE color: 4464859.

HSL color Cylindrical-coordinate representation of color #DB2044: hue angle of 348.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2044 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 32 68 -
CMYK 0 0.85 0.69 0.14
HSL 348.45º 0.75% 0.49% -
HSV(B) 348.45º 0.85% 0.86% -
XYZ 30.77 16.51 7.03 -
YUV 92.02 114.45 218.57 -
System Red Green Blue C M Y K H S L
Decimal 219 32 68 0 0.85 0.69 0.14 348.45 0.75 0.49
Hex DB 20 44 0 55 45 E 15C 4B 31
Octal 333 40 104 0 125 105 16 534 113 61
Binary 11011011 100000 1000100 0 1010101 1000101 1110 101011100 1001011 110001

Color Harmonies of #DB2044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2044

Black with #DB2044

Text Example


Text Example

White with #DB2044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2044; }

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

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

background-color css

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

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

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

border-color css

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

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

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