Html Css Color HEX #D1194C Crimson

📋 copy color: '#D1194C'

red 209 ◦ green 25 ◦ blue 76

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

Shades of Crimson #D1194C

Tints of Crimson #D1194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

 BLUE value IS 76 (30.08% from 255) = 24.52%

R = 67.42%
G = 8.06%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1194C (or 0xD1194C) is known color: Crimson. HEX triplet: D1, 19 and 4C. RGB value is (209,25,76). Sum of RGB (Red+Green+Blue) = 209+25+76=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D1194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1194C is #2EE6B3. Grayscale: #555555. Windows color (decimal): -3073716 or 4987345. OLE color: 4987345.

HSL color Cylindrical-coordinate representation of color #D1194C: hue angle of 343.37º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1194C is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 25 76 -
CMYK 0 0.88 0.64 0.18
HSL 343.37º 0.79% 0.46% -
HSV(B) 343.37º 0.88% 0.82% -
XYZ 27.95 14.77 8.22 -
YUV 85.83 122.46 215.85 -
System Red Green Blue C M Y K H S L
Decimal 209 25 76 0 0.88 0.64 0.18 343.37 0.79 0.46
Hex D1 19 4C 0 58 40 12 157 4F 2E
Octal 321 31 114 0 130 100 22 527 117 56
Binary 11010001 11001 1001100 0 1011000 1000000 10010 101010111 1001111 101110

Color Harmonies of #D1194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1194C

Black with #D1194C

Text Example


Text Example

White with #D1194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1194C; }

 p { color: rgb(209,25,76); }

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

background-color css

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

 a { background-color: rgb(209,25,76); }

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

border-color css

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

 span { border-color: rgb(209,25,76); }

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