Html Css Color HEX #DB174D Crimson

📋 copy color: '#DB174D'

red 219 ◦ green 23 ◦ blue 77

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

Shades of Crimson #DB174D

Tints of Crimson #DB174D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 68.65%
G = 7.21%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB174D (or 0xDB174D) is known color: Crimson. HEX triplet: DB, 17 and 4D. RGB value is (219,23,77). Sum of RGB (Red+Green+Blue) = 219+23+77=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB174D is #24E8B2. Grayscale: #575757. Windows color (decimal): -2418867 or 5052379. OLE color: 5052379.

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

Color convert

RGB 219 23 77 -
CMYK 0 0.89 0.65 0.14
HSL 343.47º 0.81% 0.47% -
HSV(B) 343.47º 0.89% 0.86% -
XYZ 30.86 16.21 8.52 -
YUV 87.76 121.93 221.61 -
System Red Green Blue C M Y K H S L
Decimal 219 23 77 0 0.89 0.65 0.14 343.47 0.81 0.47
Hex DB 17 4D 0 59 41 E 157 51 2F
Octal 333 27 115 0 131 101 16 527 121 57
Binary 11011011 10111 1001101 0 1011001 1000001 1110 101010111 1010001 101111

Color Harmonies of #DB174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB174D

Black with #DB174D

Text Example


Text Example

White with #DB174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB174D; }

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

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

background-color css

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

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

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

border-color css

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

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

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