Html Css Color HEX #DB1141 Crimson

📋 copy color: '#DB1141'

red 219 ◦ green 17 ◦ blue 65

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

Shades of Crimson #DB1141

Tints of Crimson #DB1141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.59%

R = 72.76%
G = 5.65%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB1141 (or 0xDB1141) is known color: Crimson. HEX triplet: DB, 11 and 41. RGB value is (219,17,65). Sum of RGB (Red+Green+Blue) = 219+17+65=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1141 is #24EEBE. Grayscale: #525252. Windows color (decimal): -2420415 or 4264411. OLE color: 4264411.

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

Color convert

RGB 219 17 65 -
CMYK 0 0.92 0.70 0.14
HSL 345.74º 0.86% 0.46% -
HSV(B) 345.74º 0.92% 0.86% -
XYZ 30.37 15.84 6.46 -
YUV 82.87 117.92 225.1 -
System Red Green Blue C M Y K H S L
Decimal 219 17 65 0 0.92 0.70 0.14 345.74 0.86 0.46
Hex DB 11 41 0 5C 46 E 15A 56 2E
Octal 333 21 101 0 134 106 16 532 126 56
Binary 11011011 10001 1000001 0 1011100 1000110 1110 101011010 1010110 101110

Color Harmonies of #DB1141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1141

Black with #DB1141

Text Example


Text Example

White with #DB1141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1141; }

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

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

background-color css

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

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

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

border-color css

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

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

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