Html Css Color HEX #D9174E Crimson

📋 copy color: '#D9174E'

red 217 ◦ green 23 ◦ blue 78

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

Shades of Crimson #D9174E

Tints of Crimson #D9174E

RGB

 RED value IS 217 (85.16% from 255) = 68.24%

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

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 68.24%
G = 7.23%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9174E (or 0xD9174E) is known color: Crimson. HEX triplet: D9, 17 and 4E. RGB value is (217,23,78). Sum of RGB (Red+Green+Blue) = 217+23+78=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D9174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9174E is #26E8B1. Grayscale: #575757. Windows color (decimal): -2549938 or 5117913. OLE color: 5117913.

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

Color convert

RGB 217 23 78 -
CMYK 0 0.89 0.64 0.15
HSL 342.99º 0.81% 0.47% -
HSV(B) 342.99º 0.89% 0.85% -
XYZ 30.3 15.91 8.68 -
YUV 87.28 122.77 220.53 -
System Red Green Blue C M Y K H S L
Decimal 217 23 78 0 0.89 0.64 0.15 342.99 0.81 0.47
Hex D9 17 4E 0 59 40 F 157 51 2F
Octal 331 27 116 0 131 100 17 527 121 57
Binary 11011001 10111 1001110 0 1011001 1000000 1111 101010111 1010001 101111

Color Harmonies of #D9174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9174E

Black with #D9174E

Text Example


Text Example

White with #D9174E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9174E; }

 p { color: rgb(217,23,78); }

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

background-color css

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

 a { background-color: rgb(217,23,78); }

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

border-color css

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

 span { border-color: rgb(217,23,78); }

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