Html Css Color HEX #D1173A Crimson

📋 copy color: '#D1173A'

red 209 ◦ green 23 ◦ blue 58

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

Shades of Crimson #D1173A

Tints of Crimson #D1173A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20%

R = 72.07%
G = 7.93%
B = 20%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1173A (or 0xD1173A) is known color: Crimson. HEX triplet: D1, 17 and 3A. RGB value is (209,23,58). Sum of RGB (Red+Green+Blue) = 209+23+58=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1173A is #2EE8C5. Grayscale: #525252. Windows color (decimal): -3074246 or 3807185. OLE color: 3807185.

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

Color convert

RGB 209 23 58 -
CMYK 0 0.89 0.72 0.18
HSL 348.71º 0.8% 0.45% -
HSV(B) 348.71º 0.89% 0.82% -
XYZ 27.36 14.47 5.35 -
YUV 82.6 114.12 218.15 -
System Red Green Blue C M Y K H S L
Decimal 209 23 58 0 0.89 0.72 0.18 348.71 0.8 0.45
Hex D1 17 3A 0 59 48 12 15D 50 2D
Octal 321 27 72 0 131 110 22 535 120 55
Binary 11010001 10111 111010 0 1011001 1001000 10010 101011101 1010000 101101

Color Harmonies of #D1173A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1173A

Black with #D1173A

Text Example


Text Example

White with #D1173A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1173A; }

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

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

background-color css

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

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

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

border-color css

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

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

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