Html Css Color HEX #DB1144 Crimson

📋 copy color: '#DB1144'

red 219 ◦ green 17 ◦ blue 68

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

Shades of Crimson #DB1144

Tints of Crimson #DB1144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

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

R = 72.04%
G = 5.59%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB1144 (or 0xDB1144) is known color: Crimson. HEX triplet: DB, 11 and 44. RGB value is (219,17,68). Sum of RGB (Red+Green+Blue) = 219+17+68=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1144 is #24EEBB. Grayscale: #535353. Windows color (decimal): -2420412 or 4461019. OLE color: 4461019.

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

Color convert

RGB 219 17 68 -
CMYK 0 0.92 0.69 0.14
HSL 344.85º 0.86% 0.46% -
HSV(B) 344.85º 0.92% 0.86% -
XYZ 30.46 15.88 6.93 -
YUV 83.21 119.42 224.85 -
System Red Green Blue C M Y K H S L
Decimal 219 17 68 0 0.92 0.69 0.14 344.85 0.86 0.46
Hex DB 11 44 0 5C 45 E 159 56 2E
Octal 333 21 104 0 134 105 16 531 126 56
Binary 11011011 10001 1000100 0 1011100 1000101 1110 101011001 1010110 101110

Color Harmonies of #DB1144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1144

Black with #DB1144

Text Example


Text Example

White with #DB1144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1144; }

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

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

background-color css

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

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

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

border-color css

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

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

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