Html Css Color HEX #D9193C Crimson

📋 copy color: '#D9193C'

red 217 ◦ green 25 ◦ blue 60

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

Shades of Crimson #D9193C

Tints of Crimson #D9193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.87%

R = 71.85%
G = 8.28%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9193C (or 0xD9193C) is known color: Crimson. HEX triplet: D9, 19 and 3C. RGB value is (217,25,60). Sum of RGB (Red+Green+Blue) = 217+25+60=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D9193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9193C is #26E6C3. Grayscale: #565656. Windows color (decimal): -2549444 or 3938777. OLE color: 3938777.

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

Color convert

RGB 217 25 60 -
CMYK 0 0.88 0.72 0.15
HSL 349.06º 0.79% 0.47% -
HSV(B) 349.06º 0.88% 0.85% -
XYZ 29.78 15.77 5.75 -
YUV 86.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 217 25 60 0 0.88 0.72 0.15 349.06 0.79 0.47
Hex D9 19 3C 0 58 48 F 15D 4F 2F
Octal 331 31 74 0 130 110 17 535 117 57
Binary 11011001 11001 111100 0 1011000 1001000 1111 101011101 1001111 101111

Color Harmonies of #D9193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9193C

Black with #D9193C

Text Example


Text Example

White with #D9193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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