Html Css Color HEX #DB2244 Crimson

📋 copy color: '#DB2244'

red 219 ◦ green 34 ◦ blue 68

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

Shades of Crimson #DB2244

Tints of Crimson #DB2244

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.59%

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

R = 68.22%
G = 10.59%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB2244 (or 0xDB2244) is known color: Crimson. HEX triplet: DB, 22 and 44. RGB value is (219,34,68). Sum of RGB (Red+Green+Blue) = 219+34+68=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2244 is #24DDBB. Grayscale: #5D5D5D. Windows color (decimal): -2416060 or 4465371. OLE color: 4465371.

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

Color convert

RGB 219 34 68 -
CMYK 0 0.84 0.69 0.14
HSL 348.97º 0.73% 0.5% -
HSV(B) 348.97º 0.84% 0.86% -
XYZ 30.83 16.62 7.05 -
YUV 93.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 219 34 68 0 0.84 0.69 0.14 348.97 0.73 0.5
Hex DB 22 44 0 54 45 E 15D 49 32
Octal 333 42 104 0 124 105 16 535 111 62
Binary 11011011 100010 1000100 0 1010100 1000101 1110 101011101 1001001 110010

Color Harmonies of #DB2244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2244

Black with #DB2244

Text Example


Text Example

White with #DB2244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2244; }

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

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

background-color css

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

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

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

border-color css

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

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

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