Html Css Color HEX #DB1540 Crimson

📋 copy color: '#DB1540'

red 219 ◦ green 21 ◦ blue 64

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

Shades of Crimson #DB1540

Tints of Crimson #DB1540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 72.04%
G = 6.91%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB1540 (or 0xDB1540) is known color: Crimson. HEX triplet: DB, 15 and 40. RGB value is (219,21,64). Sum of RGB (Red+Green+Blue) = 219+21+64=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1540 is #24EABF. Grayscale: #555555. Windows color (decimal): -2419392 or 4199899. OLE color: 4199899.

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

Color convert

RGB 219 21 64 -
CMYK 0 0.90 0.71 0.14
HSL 346.97º 0.83% 0.47% -
HSV(B) 346.97º 0.9% 0.86% -
XYZ 30.41 15.97 6.33 -
YUV 85.1 116.1 223.5 -
System Red Green Blue C M Y K H S L
Decimal 219 21 64 0 0.90 0.71 0.14 346.97 0.83 0.47
Hex DB 15 40 0 5A 47 E 15B 52 2F
Octal 333 25 100 0 132 107 16 533 122 57
Binary 11011011 10101 1000000 0 1011010 1000111 1110 101011011 1010010 101111

Color Harmonies of #DB1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1540

Black with #DB1540

Text Example


Text Example

White with #DB1540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1540; }

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

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

background-color css

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

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

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

border-color css

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

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

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