Html Css Color HEX #DB174A Crimson

📋 copy color: '#DB174A'

red 219 ◦ green 23 ◦ blue 74

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

Shades of Crimson #DB174A

Tints of Crimson #DB174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 69.3%
G = 7.28%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB174A (or 0xDB174A) is known color: Crimson. HEX triplet: DB, 17 and 4A. RGB value is (219,23,74). Sum of RGB (Red+Green+Blue) = 219+23+74=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB174A is #24E8B5. Grayscale: #575757. Windows color (decimal): -2418870 or 4855771. OLE color: 4855771.

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

Color convert

RGB 219 23 74 -
CMYK 0 0.89 0.66 0.14
HSL 344.39º 0.81% 0.47% -
HSV(B) 344.39º 0.89% 0.86% -
XYZ 30.76 16.17 7.98 -
YUV 87.42 120.43 221.85 -
System Red Green Blue C M Y K H S L
Decimal 219 23 74 0 0.89 0.66 0.14 344.39 0.81 0.47
Hex DB 17 4A 0 59 42 E 158 51 2F
Octal 333 27 112 0 131 102 16 530 121 57
Binary 11011011 10111 1001010 0 1011001 1000010 1110 101011000 1010001 101111

Color Harmonies of #DB174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB174A

Black with #DB174A

Text Example


Text Example

White with #DB174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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