Html Css Color HEX #D1173D Crimson

📋 copy color: '#D1173D'

red 209 ◦ green 23 ◦ blue 61

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

Shades of Crimson #D1173D

Tints of Crimson #D1173D

RGB

 RED value IS 209 (82.03% from 255) = 71.33%

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

 BLUE value IS 61 (24.22% from 255) = 20.82%

R = 71.33%
G = 7.85%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1173D (or 0xD1173D) is known color: Crimson. HEX triplet: D1, 17 and 3D. RGB value is (209,23,61). Sum of RGB (Red+Green+Blue) = 209+23+61=293 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.33% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 209 - color contains mainly: red. Hex color #D1173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1173D is #2EE8C2. Grayscale: #525252. Windows color (decimal): -3074243 or 4003793. OLE color: 4003793.

HSL color Cylindrical-coordinate representation of color #D1173D: hue angle of 347.74º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1173D is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 23 61 -
CMYK 0 0.89 0.71 0.18
HSL 347.74º 0.8% 0.45% -
HSV(B) 347.74º 0.89% 0.82% -
XYZ 27.44 14.51 5.77 -
YUV 82.95 115.62 217.91 -
System Red Green Blue C M Y K H S L
Decimal 209 23 61 0 0.89 0.71 0.18 347.74 0.8 0.45
Hex D1 17 3D 0 59 47 12 15C 50 2D
Octal 321 27 75 0 131 107 22 534 120 55
Binary 11010001 10111 111101 0 1011001 1000111 10010 101011100 1010000 101101

Color Harmonies of #D1173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1173D

Black with #D1173D

Text Example


Text Example

White with #D1173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1173D; }

 p { color: rgb(209,23,61); }

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

background-color css

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

 a { background-color: rgb(209,23,61); }

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

border-color css

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

 span { border-color: rgb(209,23,61); }

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