Html Css Color HEX #D1174A Crimson

📋 copy color: '#D1174A'

red 209 ◦ green 23 ◦ blue 74

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

Shades of Crimson #D1174A

Tints of Crimson #D1174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 68.3%
G = 7.52%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D1174A (or 0xD1174A) is known color: Crimson. HEX triplet: D1, 17 and 4A. RGB value is (209,23,74). Sum of RGB (Red+Green+Blue) = 209+23+74=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1174A is #2EE8B5. Grayscale: #545454. Windows color (decimal): -3074230 or 4855761. OLE color: 4855761.

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

Color convert

RGB 209 23 74 -
CMYK 0 0.89 0.65 0.18
HSL 343.55º 0.8% 0.45% -
HSV(B) 343.55º 0.89% 0.82% -
XYZ 27.84 14.66 7.84 -
YUV 84.43 122.12 216.85 -
System Red Green Blue C M Y K H S L
Decimal 209 23 74 0 0.89 0.65 0.18 343.55 0.8 0.45
Hex D1 17 4A 0 59 41 12 158 50 2D
Octal 321 27 112 0 131 101 22 530 120 55
Binary 11010001 10111 1001010 0 1011001 1000001 10010 101011000 1010000 101101

Color Harmonies of #D1174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1174A

Black with #D1174A

Text Example


Text Example

White with #D1174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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