Html Css Color HEX #DB1537 Crimson

📋 copy color: '#DB1537'

red 219 ◦ green 21 ◦ blue 55

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

Shades of Crimson #DB1537

Tints of Crimson #DB1537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.64%

R = 74.24%
G = 7.12%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB1537 (or 0xDB1537) is known color: Crimson. HEX triplet: DB, 15 and 37. RGB value is (219,21,55). Sum of RGB (Red+Green+Blue) = 219+21+55=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1537 is #24EAC8. Grayscale: #545454. Windows color (decimal): -2419401 or 3610075. OLE color: 3610075.

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

Color convert

RGB 219 21 55 -
CMYK 0 0.90 0.75 0.14
HSL 349.7º 0.83% 0.47% -
HSV(B) 349.7º 0.9% 0.86% -
XYZ 30.17 15.87 5.09 -
YUV 84.08 111.6 224.24 -
System Red Green Blue C M Y K H S L
Decimal 219 21 55 0 0.90 0.75 0.14 349.7 0.83 0.47
Hex DB 15 37 0 5A 4B E 15E 52 2F
Octal 333 25 67 0 132 113 16 536 122 57
Binary 11011011 10101 110111 0 1011010 1001011 1110 101011110 1010010 101111

Color Harmonies of #DB1537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1537

Black with #DB1537

Text Example


Text Example

White with #DB1537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1537; }

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

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

background-color css

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

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

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

border-color css

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

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

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