Html Css Color HEX #D9192F Crimson

📋 copy color: '#D9192F'

red 217 ◦ green 25 ◦ blue 47

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

Shades of Crimson #D9192F

Tints of Crimson #D9192F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 75.09%
G = 8.65%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9192F (or 0xD9192F) is known color: Crimson. HEX triplet: D9, 19 and 2F. RGB value is (217,25,47). Sum of RGB (Red+Green+Blue) = 217+25+47=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D9192F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9192F is #26E6D0. Grayscale: #555555. Windows color (decimal): -2549457 or 3086809. OLE color: 3086809.

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

Color convert

RGB 217 25 47 -
CMYK 0 0.88 0.78 0.15
HSL 353.13º 0.79% 0.47% -
HSV(B) 353.13º 0.88% 0.85% -
XYZ 29.48 15.65 4.16 -
YUV 84.92 106.61 222.21 -
System Red Green Blue C M Y K H S L
Decimal 217 25 47 0 0.88 0.78 0.15 353.13 0.79 0.47
Hex D9 19 2F 0 58 4E F 161 4F 2F
Octal 331 31 57 0 130 116 17 541 117 57
Binary 11011001 11001 101111 0 1011000 1001110 1111 101100001 1001111 101111

Color Harmonies of #D9192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9192F

Black with #D9192F

Text Example


Text Example

White with #D9192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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