Html Css Color HEX #DB1347 Crimson

📋 copy color: '#DB1347'

red 219 ◦ green 19 ◦ blue 71

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

Shades of Crimson #DB1347

Tints of Crimson #DB1347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.98%

R = 70.87%
G = 6.15%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB1347 (or 0xDB1347) is known color: Crimson. HEX triplet: DB, 13 and 47. RGB value is (219,19,71). Sum of RGB (Red+Green+Blue) = 219+19+71=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1347 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1347 is #24ECB8. Grayscale: #545454. Windows color (decimal): -2419897 or 4658139. OLE color: 4658139.

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

Color convert

RGB 219 19 71 -
CMYK 0 0.91 0.68 0.14
HSL 344.4º 0.84% 0.47% -
HSV(B) 344.4º 0.91% 0.86% -
XYZ 30.58 15.98 7.43 -
YUV 84.73 120.26 223.77 -
System Red Green Blue C M Y K H S L
Decimal 219 19 71 0 0.91 0.68 0.14 344.4 0.84 0.47
Hex DB 13 47 0 5B 44 E 158 54 2F
Octal 333 23 107 0 133 104 16 530 124 57
Binary 11011011 10011 1000111 0 1011011 1000100 1110 101011000 1010100 101111

Color Harmonies of #DB1347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1347

Black with #DB1347

Text Example


Text Example

White with #DB1347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1347; }

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

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

background-color css

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

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

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

border-color css

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

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

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