Html Css Color HEX #DB0044 Crimson

📋 copy color: '#DB0044'

red 219 ◦ green 0 ◦ blue 68

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

Shades of Crimson #DB0044

Tints of Crimson #DB0044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.31%
G = 0%
B = 23.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB0044 (or 0xDB0044) is known color: Crimson. HEX triplet: DB, 00 and 44. RGB value is (219,0,68). Sum of RGB (Red+Green+Blue) = 219+0+68=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0044 is #24FFBB. Grayscale: #494949. Windows color (decimal): -2424764 or 4456667. OLE color: 4456667.

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

Color convert

RGB 219 0 68 -
CMYK 0 1 0.69 0.14
HSL 341.37º 1% 0.43% -
HSV(B) 341.37º 1% 0.86% -
XYZ 30.26 15.48 6.86 -
YUV 73.23 125.05 231.97 -
System Red Green Blue C M Y K H S L
Decimal 219 0 68 0 1 0.69 0.14 341.37 1 0.43
Hex DB 0 44 0 64 45 E 155 64 2B
Octal 333 0 104 0 144 105 16 525 144 53
Binary 11011011 0 1000100 0 1100100 1000101 1110 101010101 1100100 101011

Color Harmonies of #DB0044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0044

Black with #DB0044

Text Example


Text Example

White with #DB0044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0044; }

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

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

background-color css

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

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

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

border-color css

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

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

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