Html Css Color HEX #DB172C Crimson

📋 copy color: '#DB172C'

red 219 ◦ green 23 ◦ blue 44

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

Shades of Crimson #DB172C

Tints of Crimson #DB172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 76.57%
G = 8.04%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB172C (or 0xDB172C) is known color: Crimson. HEX triplet: DB, 17 and 2C. RGB value is (219,23,44). Sum of RGB (Red+Green+Blue) = 219+23+44=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB172C is #24E8D3. Grayscale: #545454. Windows color (decimal): -2418900 or 2889691. OLE color: 2889691.

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

Color convert

RGB 219 23 44 -
CMYK 0 0.89 0.80 0.14
HSL 353.57º 0.81% 0.47% -
HSV(B) 353.57º 0.89% 0.86% -
XYZ 29.97 15.85 3.86 -
YUV 84 105.43 224.29 -
System Red Green Blue C M Y K H S L
Decimal 219 23 44 0 0.89 0.80 0.14 353.57 0.81 0.47
Hex DB 17 2C 0 59 50 E 162 51 2F
Octal 333 27 54 0 131 120 16 542 121 57
Binary 11011011 10111 101100 0 1011001 1010000 1110 101100010 1010001 101111

Color Harmonies of #DB172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB172C

Black with #DB172C

Text Example


Text Example

White with #DB172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB172C; }

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

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

background-color css

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

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

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

border-color css

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

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

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