Html Css Color HEX #D1174E Crimson

📋 copy color: '#D1174E'

red 209 ◦ green 23 ◦ blue 78

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

Shades of Crimson #D1174E

Tints of Crimson #D1174E

RGB

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

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

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

R = 67.42%
G = 7.42%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1174E (or 0xD1174E) is known color: Crimson. HEX triplet: D1, 17 and 4E. RGB value is (209,23,78). Sum of RGB (Red+Green+Blue) = 209+23+78=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D1174E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1174E is #2EE8B1. Grayscale: #545454. Windows color (decimal): -3074226 or 5117905. OLE color: 5117905.

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

Color convert

RGB 209 23 78 -
CMYK 0 0.89 0.63 0.18
HSL 342.26º 0.8% 0.45% -
HSV(B) 342.26º 0.89% 0.82% -
XYZ 27.98 14.72 8.57 -
YUV 84.88 124.12 216.53 -
System Red Green Blue C M Y K H S L
Decimal 209 23 78 0 0.89 0.63 0.18 342.26 0.8 0.45
Hex D1 17 4E 0 59 3F 12 156 50 2D
Octal 321 27 116 0 131 77 22 526 120 55
Binary 11010001 10111 1001110 0 1011001 111111 10010 101010110 1010000 101101

Color Harmonies of #D1174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1174E

Black with #D1174E

Text Example


Text Example

White with #D1174E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1174E; }

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

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

background-color css

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

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

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

border-color css

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

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

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