Html Css Color HEX #DB1536 Crimson

📋 copy color: '#DB1536'

red 219 ◦ green 21 ◦ blue 54

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

Shades of Crimson #DB1536

Tints of Crimson #DB1536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.37%

R = 74.49%
G = 7.14%
B = 18.37%

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

#DB1536 (or 0xDB1536) is known color: Crimson. HEX triplet: DB, 15 and 36. RGB value is (219,21,54). Sum of RGB (Red+Green+Blue) = 219+21+54=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1536 is #24EAC9. Grayscale: #545454. Windows color (decimal): -2419402 or 3544539. OLE color: 3544539.

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

Color convert

RGB 219 21 54 -
CMYK 0 0.90 0.75 0.14
HSL 350º 0.83% 0.47% -
HSV(B) 350º 0.9% 0.86% -
XYZ 30.15 15.86 4.96 -
YUV 83.96 111.1 224.32 -
System Red Green Blue C M Y K H S L
Decimal 219 21 54 0 0.90 0.75 0.14 350 0.83 0.47
Hex DB 15 36 0 5A 4B E 15E 52 2F
Octal 333 25 66 0 132 113 16 536 122 57
Binary 11011011 10101 110110 0 1011010 1001011 1110 101011110 1010010 101111

Color Harmonies of #DB1536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1536

Black with #DB1536

Text Example


Text Example

White with #DB1536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1536; }

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

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

background-color css

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

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

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

border-color css

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

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

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