Html Css Color HEX #D9194C Crimson

📋 copy color: '#D9194C'

red 217 ◦ green 25 ◦ blue 76

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

Shades of Crimson #D9194C

Tints of Crimson #D9194C

RGB

 RED value IS 217 (85.16% from 255) = 68.24%

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

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

R = 68.24%
G = 7.86%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9194C (or 0xD9194C) is known color: Crimson. HEX triplet: D9, 19 and 4C. RGB value is (217,25,76). Sum of RGB (Red+Green+Blue) = 217+25+76=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D9194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9194C is #26E6B3. Grayscale: #585858. Windows color (decimal): -2549428 or 4987353. OLE color: 4987353.

HSL color Cylindrical-coordinate representation of color #D9194C: hue angle of 344.06º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9194C is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 25 76 -
CMYK 0 0.88 0.65 0.15
HSL 344.06º 0.79% 0.47% -
HSV(B) 344.06º 0.88% 0.85% -
XYZ 30.27 15.97 8.32 -
YUV 88.22 121.11 219.85 -
System Red Green Blue C M Y K H S L
Decimal 217 25 76 0 0.88 0.65 0.15 344.06 0.79 0.47
Hex D9 19 4C 0 58 41 F 158 4F 2F
Octal 331 31 114 0 130 101 17 530 117 57
Binary 11011001 11001 1001100 0 1011000 1000001 1111 101011000 1001111 101111

Color Harmonies of #D9194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9194C

Black with #D9194C

Text Example


Text Example

White with #D9194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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