Html Css Color HEX #D1194F Crimson

📋 copy color: '#D1194F'

red 209 ◦ green 25 ◦ blue 79

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

Shades of Crimson #D1194F

Tints of Crimson #D1194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.24%

R = 66.77%
G = 7.99%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1194F (or 0xD1194F) is known color: Crimson. HEX triplet: D1, 19 and 4F. RGB value is (209,25,79). Sum of RGB (Red+Green+Blue) = 209+25+79=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D1194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1194F is #2EE6B0. Grayscale: #565656. Windows color (decimal): -3073713 or 5183953. OLE color: 5183953.

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

Color convert

RGB 209 25 79 -
CMYK 0 0.88 0.62 0.18
HSL 342.39º 0.79% 0.46% -
HSV(B) 342.39º 0.88% 0.82% -
XYZ 28.05 14.82 8.78 -
YUV 86.17 123.96 215.61 -
System Red Green Blue C M Y K H S L
Decimal 209 25 79 0 0.88 0.62 0.18 342.39 0.79 0.46
Hex D1 19 4F 0 58 3E 12 156 4F 2E
Octal 321 31 117 0 130 76 22 526 117 56
Binary 11010001 11001 1001111 0 1011000 111110 10010 101010110 1001111 101110

Color Harmonies of #D1194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1194F

Black with #D1194F

Text Example


Text Example

White with #D1194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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