Html Css Color HEX #D8193F Crimson

📋 copy color: '#D8193F'

red 216 ◦ green 25 ◦ blue 63

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

Shades of Crimson #D8193F

Tints of Crimson #D8193F

RGB

 RED value IS 216 (84.77% from 255) = 71.05%

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

 BLUE value IS 63 (25% from 255) = 20.72%

R = 71.05%
G = 8.22%
B = 20.72%

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

#D8193F (or 0xD8193F) is known color: Crimson. HEX triplet: D8, 19 and 3F. RGB value is (216,25,63). Sum of RGB (Red+Green+Blue) = 216+25+63=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D8193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8193F is #27E6C0. Grayscale: #565656. Windows color (decimal): -2614977 or 4135384. OLE color: 4135384.

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

Color convert

RGB 216 25 63 -
CMYK 0 0.88 0.71 0.15
HSL 348.06º 0.79% 0.47% -
HSV(B) 348.06º 0.88% 0.85% -
XYZ 29.56 15.65 6.17 -
YUV 86.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 216 25 63 0 0.88 0.71 0.15 348.06 0.79 0.47
Hex D8 19 3F 0 58 47 F 15C 4F 2F
Octal 330 31 77 0 130 107 17 534 117 57
Binary 11011000 11001 111111 0 1011000 1000111 1111 101011100 1001111 101111

Color Harmonies of #D8193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8193F

Black with #D8193F

Text Example


Text Example

White with #D8193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8193F; }

 p { color: rgb(216,25,63); }

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

background-color css

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

 a { background-color: rgb(216,25,63); }

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

border-color css

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

 span { border-color: rgb(216,25,63); }

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