Html Css Color HEX #DB1441 Crimson

📋 copy color: '#DB1441'

red 219 ◦ green 20 ◦ blue 65

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

Shades of Crimson #DB1441

Tints of Crimson #DB1441

RGB

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

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

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

R = 72.04%
G = 6.58%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB1441 (or 0xDB1441) is known color: Crimson. HEX triplet: DB, 14 and 41. RGB value is (219,20,65). Sum of RGB (Red+Green+Blue) = 219+20+65=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1441 is #24EBBE. Grayscale: #545454. Windows color (decimal): -2419647 or 4265179. OLE color: 4265179.

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

Color convert

RGB 219 20 65 -
CMYK 0 0.91 0.70 0.14
HSL 346.43º 0.83% 0.47% -
HSV(B) 346.43º 0.91% 0.86% -
XYZ 30.42 15.94 6.47 -
YUV 84.63 116.93 223.84 -
System Red Green Blue C M Y K H S L
Decimal 219 20 65 0 0.91 0.70 0.14 346.43 0.83 0.47
Hex DB 14 41 0 5B 46 E 15A 53 2F
Octal 333 24 101 0 133 106 16 532 123 57
Binary 11011011 10100 1000001 0 1011011 1000110 1110 101011010 1010011 101111

Color Harmonies of #DB1441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1441

Black with #DB1441

Text Example


Text Example

White with #DB1441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1441; }

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

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

background-color css

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

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

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

border-color css

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

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

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