Html Css Color HEX #DB173B Crimson

📋 copy color: '#DB173B'

red 219 ◦ green 23 ◦ blue 59

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

Shades of Crimson #DB173B

Tints of Crimson #DB173B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.64%

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 72.76%
G = 7.64%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB173B (or 0xDB173B) is known color: Crimson. HEX triplet: DB, 17 and 3B. RGB value is (219,23,59). Sum of RGB (Red+Green+Blue) = 219+23+59=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB173B is #24E8C4. Grayscale: #555555. Windows color (decimal): -2418885 or 3872731. OLE color: 3872731.

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

Color convert

RGB 219 23 59 -
CMYK 0 0.89 0.73 0.14
HSL 348.98º 0.81% 0.47% -
HSV(B) 348.98º 0.89% 0.86% -
XYZ 30.31 15.99 5.63 -
YUV 85.71 112.93 223.07 -
System Red Green Blue C M Y K H S L
Decimal 219 23 59 0 0.89 0.73 0.14 348.98 0.81 0.47
Hex DB 17 3B 0 59 49 E 15D 51 2F
Octal 333 27 73 0 131 111 16 535 121 57
Binary 11011011 10111 111011 0 1011001 1001001 1110 101011101 1010001 101111

Color Harmonies of #DB173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB173B

Black with #DB173B

Text Example


Text Example

White with #DB173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB173B; }

 p { color: rgb(219,23,59); }

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

background-color css

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

 a { background-color: rgb(219,23,59); }

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

border-color css

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

 span { border-color: rgb(219,23,59); }

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