Html Css Color HEX #D1194E Crimson

📋 copy color: '#D1194E'

red 209 ◦ green 25 ◦ blue 78

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

Shades of Crimson #D1194E

Tints of Crimson #D1194E

RGB

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

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

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

R = 66.99%
G = 8.01%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1194E (or 0xD1194E) is known color: Crimson. HEX triplet: D1, 19 and 4E. RGB value is (209,25,78). Sum of RGB (Red+Green+Blue) = 209+25+78=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D1194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1194E is #2EE6B1. Grayscale: #565656. Windows color (decimal): -3073714 or 5118417. OLE color: 5118417.

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

Color convert

RGB 209 25 78 -
CMYK 0 0.88 0.63 0.18
HSL 342.72º 0.79% 0.46% -
HSV(B) 342.72º 0.88% 0.82% -
XYZ 28.02 14.8 8.59 -
YUV 86.06 123.46 215.69 -
System Red Green Blue C M Y K H S L
Decimal 209 25 78 0 0.88 0.63 0.18 342.72 0.79 0.46
Hex D1 19 4E 0 58 3F 12 157 4F 2E
Octal 321 31 116 0 130 77 22 527 117 56
Binary 11010001 11001 1001110 0 1011000 111111 10010 101010111 1001111 101110

Color Harmonies of #D1194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1194E

Black with #D1194E

Text Example


Text Example

White with #D1194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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