Html Css Color HEX #DB0443 Crimson

📋 copy color: '#DB0443'

red 219 ◦ green 4 ◦ blue 67

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

Shades of Crimson #DB0443

Tints of Crimson #DB0443

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

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

R = 75.52%
G = 1.38%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB0443 (or 0xDB0443) is known color: Crimson. HEX triplet: DB, 04 and 43. RGB value is (219,4,67). Sum of RGB (Red+Green+Blue) = 219+4+67=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0443 is #24FBBC. Grayscale: #4B4B4B. Windows color (decimal): -2423741 or 4392155. OLE color: 4392155.

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

Color convert

RGB 219 4 67 -
CMYK 0 0.98 0.69 0.14
HSL 342.42º 0.96% 0.44% -
HSV(B) 342.42º 0.98% 0.86% -
XYZ 30.27 15.55 6.72 -
YUV 75.47 123.23 230.38 -
System Red Green Blue C M Y K H S L
Decimal 219 4 67 0 0.98 0.69 0.14 342.42 0.96 0.44
Hex DB 4 43 0 62 45 E 156 60 2C
Octal 333 4 103 0 142 105 16 526 140 54
Binary 11011011 100 1000011 0 1100010 1000101 1110 101010110 1100000 101100

Color Harmonies of #DB0443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0443

Black with #DB0443

Text Example


Text Example

White with #DB0443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0443; }

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

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

background-color css

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

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

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

border-color css

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

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

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