Html Css Color HEX #D9172D Crimson

📋 copy color: '#D9172D'

red 217 ◦ green 23 ◦ blue 45

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

Shades of Crimson #D9172D

Tints of Crimson #D9172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 76.14%
G = 8.07%
B = 15.79%

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

#D9172D (or 0xD9172D) is known color: Crimson. HEX triplet: D9, 17 and 2D. RGB value is (217,23,45). Sum of RGB (Red+Green+Blue) = 217+23+45=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D9172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9172D is #26E8D2. Grayscale: #535353. Windows color (decimal): -2549971 or 2955225. OLE color: 2955225.

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

Color convert

RGB 217 23 45 -
CMYK 0 0.89 0.79 0.15
HSL 353.2º 0.81% 0.47% -
HSV(B) 353.2º 0.89% 0.85% -
XYZ 29.4 15.55 3.94 -
YUV 83.51 106.27 223.21 -
System Red Green Blue C M Y K H S L
Decimal 217 23 45 0 0.89 0.79 0.15 353.2 0.81 0.47
Hex D9 17 2D 0 59 4F F 161 51 2F
Octal 331 27 55 0 131 117 17 541 121 57
Binary 11011001 10111 101101 0 1011001 1001111 1111 101100001 1010001 101111

Color Harmonies of #D9172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9172D

Black with #D9172D

Text Example


Text Example

White with #D9172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9172D; }

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

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

background-color css

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

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

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

border-color css

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

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

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