Html Css Color HEX #DB172E Crimson

📋 copy color: '#DB172E'

red 219 ◦ green 23 ◦ blue 46

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

Shades of Crimson #DB172E

Tints of Crimson #DB172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 76.04%
G = 7.99%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB172E (or 0xDB172E) is known color: Crimson. HEX triplet: DB, 17 and 2E. RGB value is (219,23,46). Sum of RGB (Red+Green+Blue) = 219+23+46=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB172E is #24E8D1. Grayscale: #545454. Windows color (decimal): -2418898 or 3020763. OLE color: 3020763.

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

Color convert

RGB 219 23 46 -
CMYK 0 0.89 0.79 0.14
HSL 352.96º 0.81% 0.47% -
HSV(B) 352.96º 0.89% 0.86% -
XYZ 30.01 15.87 4.07 -
YUV 84.23 106.43 224.13 -
System Red Green Blue C M Y K H S L
Decimal 219 23 46 0 0.89 0.79 0.14 352.96 0.81 0.47
Hex DB 17 2E 0 59 4F E 161 51 2F
Octal 333 27 56 0 131 117 16 541 121 57
Binary 11011011 10111 101110 0 1011001 1001111 1110 101100001 1010001 101111

Color Harmonies of #DB172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB172E

Black with #DB172E

Text Example


Text Example

White with #DB172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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