Html Css Color HEX #DB1440 Crimson

📋 copy color: '#DB1440'

red 219 ◦ green 20 ◦ blue 64

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

Shades of Crimson #DB1440

Tints of Crimson #DB1440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

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

R = 72.28%
G = 6.6%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB1440 (or 0xDB1440) is known color: Crimson. HEX triplet: DB, 14 and 40. RGB value is (219,20,64). Sum of RGB (Red+Green+Blue) = 219+20+64=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1440 is #24EBBF. Grayscale: #545454. Windows color (decimal): -2419648 or 4199643. OLE color: 4199643.

HSL color Cylindrical-coordinate representation of color #DB1440: hue angle of 346.73º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1440 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 20 64 -
CMYK 0 0.91 0.71 0.14
HSL 346.73º 0.83% 0.47% -
HSV(B) 346.73º 0.91% 0.86% -
XYZ 30.39 15.93 6.32 -
YUV 84.52 116.43 223.92 -
System Red Green Blue C M Y K H S L
Decimal 219 20 64 0 0.91 0.71 0.14 346.73 0.83 0.47
Hex DB 14 40 0 5B 47 E 15B 53 2F
Octal 333 24 100 0 133 107 16 533 123 57
Binary 11011011 10100 1000000 0 1011011 1000111 1110 101011011 1010011 101111

Color Harmonies of #DB1440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1440

Black with #DB1440

Text Example


Text Example

White with #DB1440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1440; }

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

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

background-color css

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

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

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

border-color css

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

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

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