Html Css Color HEX #DB1349 Crimson

📋 copy color: '#DB1349'

red 219 ◦ green 19 ◦ blue 73

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

Shades of Crimson #DB1349

Tints of Crimson #DB1349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.11%

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 70.42%
G = 6.11%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB1349 (or 0xDB1349) is known color: Crimson. HEX triplet: DB, 13 and 49. RGB value is (219,19,73). Sum of RGB (Red+Green+Blue) = 219+19+73=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1349 is #24ECB6. Grayscale: #545454. Windows color (decimal): -2419895 or 4789211. OLE color: 4789211.

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

Color convert

RGB 219 19 73 -
CMYK 0 0.91 0.67 0.14
HSL 343.8º 0.84% 0.47% -
HSV(B) 343.8º 0.91% 0.86% -
XYZ 30.65 16.01 7.78 -
YUV 84.96 121.26 223.61 -
System Red Green Blue C M Y K H S L
Decimal 219 19 73 0 0.91 0.67 0.14 343.8 0.84 0.47
Hex DB 13 49 0 5B 43 E 158 54 2F
Octal 333 23 111 0 133 103 16 530 124 57
Binary 11011011 10011 1001001 0 1011011 1000011 1110 101011000 1010100 101111

Color Harmonies of #DB1349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1349

Black with #DB1349

Text Example


Text Example

White with #DB1349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1349; }

 p { color: rgb(219,19,73); }

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

background-color css

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

 a { background-color: rgb(219,19,73); }

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

border-color css

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

 span { border-color: rgb(219,19,73); }

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