Html Css Color HEX #DB1546 Crimson

📋 copy color: '#DB1546'

red 219 ◦ green 21 ◦ blue 70

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

Shades of Crimson #DB1546

Tints of Crimson #DB1546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.77%

 BLUE value IS 70 (27.73% from 255) = 22.58%

R = 70.65%
G = 6.77%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB1546 (or 0xDB1546) is known color: Crimson. HEX triplet: DB, 15 and 46. RGB value is (219,21,70). Sum of RGB (Red+Green+Blue) = 219+21+70=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1546 is #24EAB9. Grayscale: #555555. Windows color (decimal): -2419386 or 4593115. OLE color: 4593115.

HSL color Cylindrical-coordinate representation of color #DB1546: hue angle of 345.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1546 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 21 70 -
CMYK 0 0.90 0.68 0.14
HSL 345.15º 0.83% 0.47% -
HSV(B) 345.15º 0.9% 0.86% -
XYZ 30.59 16.04 7.28 -
YUV 85.79 119.1 223.02 -
System Red Green Blue C M Y K H S L
Decimal 219 21 70 0 0.90 0.68 0.14 345.15 0.83 0.47
Hex DB 15 46 0 5A 44 E 159 52 2F
Octal 333 25 106 0 132 104 16 531 122 57
Binary 11011011 10101 1000110 0 1011010 1000100 1110 101011001 1010010 101111

Color Harmonies of #DB1546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1546

Black with #DB1546

Text Example


Text Example

White with #DB1546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1546; }

 p { color: rgb(219,21,70); }

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

background-color css

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

 a { background-color: rgb(219,21,70); }

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

border-color css

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

 span { border-color: rgb(219,21,70); }

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