Html Css Color HEX #DB1640 Crimson

📋 copy color: '#DB1640'

red 219 ◦ green 22 ◦ blue 64

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

Shades of Crimson #DB1640

Tints of Crimson #DB1640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.21%

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

R = 71.8%
G = 7.21%
B = 20.98%

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

#DB1640 (or 0xDB1640) is known color: Crimson. HEX triplet: DB, 16 and 40. RGB value is (219,22,64). Sum of RGB (Red+Green+Blue) = 219+22+64=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1640 is #24E9BF. Grayscale: #555555. Windows color (decimal): -2419136 or 4200155. OLE color: 4200155.

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

Color convert

RGB 219 22 64 -
CMYK 0 0.90 0.71 0.14
HSL 347.21º 0.82% 0.47% -
HSV(B) 347.21º 0.9% 0.86% -
XYZ 30.43 16 6.34 -
YUV 85.69 115.77 223.08 -
System Red Green Blue C M Y K H S L
Decimal 219 22 64 0 0.90 0.71 0.14 347.21 0.82 0.47
Hex DB 16 40 0 5A 47 E 15B 52 2F
Octal 333 26 100 0 132 107 16 533 122 57
Binary 11011011 10110 1000000 0 1011010 1000111 1110 101011011 1010010 101111

Color Harmonies of #DB1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1640

Black with #DB1640

Text Example


Text Example

White with #DB1640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1640; }

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

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

background-color css

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

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

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

border-color css

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

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

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