Html Css Color HEX #DB2146 Crimson

📋 copy color: '#DB2146'

red 219 ◦ green 33 ◦ blue 70

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

Shades of Crimson #DB2146

Tints of Crimson #DB2146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

 BLUE value IS 70 (27.73% from 255) = 21.74%

R = 68.01%
G = 10.25%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB2146 (or 0xDB2146) is known color: Crimson. HEX triplet: DB, 21 and 46. RGB value is (219,33,70). Sum of RGB (Red+Green+Blue) = 219+33+70=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2146 is #24DEB9. Grayscale: #5C5C5C. Windows color (decimal): -2416314 or 4596187. OLE color: 4596187.

HSL color Cylindrical-coordinate representation of color #DB2146: hue angle of 348.06º degrees, saturation: 0.74, 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 #DB2146 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 33 70 -
CMYK 0 0.85 0.68 0.14
HSL 348.06º 0.74% 0.49% -
HSV(B) 348.06º 0.85% 0.86% -
XYZ 30.86 16.59 7.37 -
YUV 92.83 115.12 217.99 -
System Red Green Blue C M Y K H S L
Decimal 219 33 70 0 0.85 0.68 0.14 348.06 0.74 0.49
Hex DB 21 46 0 55 44 E 15C 4A 31
Octal 333 41 106 0 125 104 16 534 112 61
Binary 11011011 100001 1000110 0 1010101 1000100 1110 101011100 1001010 110001

Color Harmonies of #DB2146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2146

Black with #DB2146

Text Example


Text Example

White with #DB2146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2146; }

 p { color: rgb(219,33,70); }

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

background-color css

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

 a { background-color: rgb(219,33,70); }

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

border-color css

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

 span { border-color: rgb(219,33,70); }

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