Html Css Color HEX #DB2243 Crimson

📋 copy color: '#DB2243'

red 219 ◦ green 34 ◦ blue 67

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

Shades of Crimson #DB2243

Tints of Crimson #DB2243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 68.44%
G = 10.63%
B = 20.94%

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

#DB2243 (or 0xDB2243) is known color: Crimson. HEX triplet: DB, 22 and 43. RGB value is (219,34,67). Sum of RGB (Red+Green+Blue) = 219+34+67=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2243 is #24DDBC. Grayscale: #5D5D5D. Windows color (decimal): -2416061 or 4399835. OLE color: 4399835.

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

Color convert

RGB 219 34 67 -
CMYK 0 0.84 0.69 0.14
HSL 349.3º 0.73% 0.5% -
HSV(B) 349.3º 0.84% 0.86% -
XYZ 30.8 16.61 6.89 -
YUV 93.08 113.29 217.82 -
System Red Green Blue C M Y K H S L
Decimal 219 34 67 0 0.84 0.69 0.14 349.3 0.73 0.5
Hex DB 22 43 0 54 45 E 15D 49 32
Octal 333 42 103 0 124 105 16 535 111 62
Binary 11011011 100010 1000011 0 1010100 1000101 1110 101011101 1001001 110010

Color Harmonies of #DB2243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2243

Black with #DB2243

Text Example


Text Example

White with #DB2243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2243; }

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

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

background-color css

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

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

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

border-color css

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

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

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