Html Css Color HEX #D9194B Crimson

📋 copy color: '#D9194B'

red 217 ◦ green 25 ◦ blue 75

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

Shades of Crimson #D9194B

Tints of Crimson #D9194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 68.45%
G = 7.89%
B = 23.66%

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

#D9194B (or 0xD9194B) is known color: Crimson. HEX triplet: D9, 19 and 4B. RGB value is (217,25,75). Sum of RGB (Red+Green+Blue) = 217+25+75=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D9194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9194B is #26E6B4. Grayscale: #585858. Windows color (decimal): -2549429 or 4921817. OLE color: 4921817.

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

Color convert

RGB 217 25 75 -
CMYK 0 0.88 0.65 0.15
HSL 344.38º 0.79% 0.47% -
HSV(B) 344.38º 0.88% 0.85% -
XYZ 30.23 15.95 8.14 -
YUV 88.11 120.61 219.93 -
System Red Green Blue C M Y K H S L
Decimal 217 25 75 0 0.88 0.65 0.15 344.38 0.79 0.47
Hex D9 19 4B 0 58 41 F 158 4F 2F
Octal 331 31 113 0 130 101 17 530 117 57
Binary 11011001 11001 1001011 0 1011000 1000001 1111 101011000 1001111 101111

Color Harmonies of #D9194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9194B

Black with #D9194B

Text Example


Text Example

White with #D9194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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