Html Css Color HEX #D9193E Crimson

📋 copy color: '#D9193E'

red 217 ◦ green 25 ◦ blue 62

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

Shades of Crimson #D9193E

Tints of Crimson #D9193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.39%

R = 71.38%
G = 8.22%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9193E (or 0xD9193E) is known color: Crimson. HEX triplet: D9, 19 and 3E. RGB value is (217,25,62). Sum of RGB (Red+Green+Blue) = 217+25+62=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D9193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9193E is #26E6C1. Grayscale: #565656. Windows color (decimal): -2549442 or 4069849. OLE color: 4069849.

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

Color convert

RGB 217 25 62 -
CMYK 0 0.88 0.71 0.15
HSL 348.44º 0.79% 0.47% -
HSV(B) 348.44º 0.88% 0.85% -
XYZ 29.83 15.79 6.03 -
YUV 86.63 114.11 220.99 -
System Red Green Blue C M Y K H S L
Decimal 217 25 62 0 0.88 0.71 0.15 348.44 0.79 0.47
Hex D9 19 3E 0 58 47 F 15C 4F 2F
Octal 331 31 76 0 130 107 17 534 117 57
Binary 11011001 11001 111110 0 1011000 1000111 1111 101011100 1001111 101111

Color Harmonies of #D9193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9193E

Black with #D9193E

Text Example


Text Example

White with #D9193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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