Html Css Color HEX #D9172E Crimson

📋 copy color: '#D9172E'

red 217 ◦ green 23 ◦ blue 46

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

Shades of Crimson #D9172E

Tints of Crimson #D9172E

RGB

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

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

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

R = 75.87%
G = 8.04%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9172E (or 0xD9172E) is known color: Crimson. HEX triplet: D9, 17 and 2E. RGB value is (217,23,46). Sum of RGB (Red+Green+Blue) = 217+23+46=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D9172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9172E is #26E8D1. Grayscale: #535353. Windows color (decimal): -2549970 or 3020761. OLE color: 3020761.

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

Color convert

RGB 217 23 46 -
CMYK 0 0.89 0.79 0.15
HSL 352.89º 0.81% 0.47% -
HSV(B) 352.89º 0.89% 0.85% -
XYZ 29.41 15.56 4.04 -
YUV 83.63 106.77 223.13 -
System Red Green Blue C M Y K H S L
Decimal 217 23 46 0 0.89 0.79 0.15 352.89 0.81 0.47
Hex D9 17 2E 0 59 4F F 161 51 2F
Octal 331 27 56 0 131 117 17 541 121 57
Binary 11011001 10111 101110 0 1011001 1001111 1111 101100001 1010001 101111

Color Harmonies of #D9172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9172E

Black with #D9172E

Text Example


Text Example

White with #D9172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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