Html Css Color HEX #DB1541 Crimson

📋 copy color: '#DB1541'

red 219 ◦ green 21 ◦ blue 65

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

Shades of Crimson #DB1541

Tints of Crimson #DB1541

RGB

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

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

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

R = 71.8%
G = 6.89%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB1541 (or 0xDB1541) is known color: Crimson. HEX triplet: DB, 15 and 41. RGB value is (219,21,65). Sum of RGB (Red+Green+Blue) = 219+21+65=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1541 is #24EABE. Grayscale: #555555. Windows color (decimal): -2419391 or 4265435. OLE color: 4265435.

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

Color convert

RGB 219 21 65 -
CMYK 0 0.90 0.70 0.14
HSL 346.67º 0.83% 0.47% -
HSV(B) 346.67º 0.9% 0.86% -
XYZ 30.44 15.98 6.48 -
YUV 85.22 116.6 223.42 -
System Red Green Blue C M Y K H S L
Decimal 219 21 65 0 0.90 0.70 0.14 346.67 0.83 0.47
Hex DB 15 41 0 5A 46 E 15B 52 2F
Octal 333 25 101 0 132 106 16 533 122 57
Binary 11011011 10101 1000001 0 1011010 1000110 1110 101011011 1010010 101111

Color Harmonies of #DB1541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1541

Black with #DB1541

Text Example


Text Example

White with #DB1541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1541; }

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

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

background-color css

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

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

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

border-color css

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

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

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