Html Css Color HEX #D9194A Crimson

📋 copy color: '#D9194A'

red 217 ◦ green 25 ◦ blue 74

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

Shades of Crimson #D9194A

Tints of Crimson #D9194A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 68.67%
G = 7.91%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9194A (or 0xD9194A) is known color: Crimson. HEX triplet: D9, 19 and 4A. RGB value is (217,25,74). Sum of RGB (Red+Green+Blue) = 217+25+74=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9194A is #26E6B5. Grayscale: #575757. Windows color (decimal): -2549430 or 4856281. OLE color: 4856281.

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

Color convert

RGB 217 25 74 -
CMYK 0 0.88 0.66 0.15
HSL 344.69º 0.79% 0.47% -
HSV(B) 344.69º 0.88% 0.85% -
XYZ 30.2 15.94 7.96 -
YUV 87.99 120.11 220.02 -
System Red Green Blue C M Y K H S L
Decimal 217 25 74 0 0.88 0.66 0.15 344.69 0.79 0.47
Hex D9 19 4A 0 58 42 F 159 4F 2F
Octal 331 31 112 0 130 102 17 531 117 57
Binary 11011001 11001 1001010 0 1011000 1000010 1111 101011001 1001111 101111

Color Harmonies of #D9194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9194A

Black with #D9194A

Text Example


Text Example

White with #D9194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9194A; }

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

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

background-color css

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

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

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

border-color css

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

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

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