Html Css Color HEX #DB2343 Crimson

📋 copy color: '#DB2343'

red 219 ◦ green 35 ◦ blue 67

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

Shades of Crimson #DB2343

Tints of Crimson #DB2343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

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

R = 68.22%
G = 10.9%
B = 20.87%

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

#DB2343 (or 0xDB2343) is known color: Crimson. HEX triplet: DB, 23 and 43. RGB value is (219,35,67). Sum of RGB (Red+Green+Blue) = 219+35+67=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2343 is #24DCBC. Grayscale: #5D5D5D. Windows color (decimal): -2415805 or 4400091. OLE color: 4400091.

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

Color convert

RGB 219 35 67 -
CMYK 0 0.84 0.69 0.14
HSL 349.57º 0.72% 0.5% -
HSV(B) 349.57º 0.84% 0.86% -
XYZ 30.83 16.67 6.9 -
YUV 93.66 112.96 217.4 -
System Red Green Blue C M Y K H S L
Decimal 219 35 67 0 0.84 0.69 0.14 349.57 0.72 0.5
Hex DB 23 43 0 54 45 E 15E 48 32
Octal 333 43 103 0 124 105 16 536 110 62
Binary 11011011 100011 1000011 0 1010100 1000101 1110 101011110 1001000 110010

Color Harmonies of #DB2343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2343

Black with #DB2343

Text Example


Text Example

White with #DB2343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2343; }

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

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

background-color css

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

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

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

border-color css

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

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

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