Html Css Color HEX #D8193E Crimson

📋 copy color: '#D8193E'

red 216 ◦ green 25 ◦ blue 62

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

Shades of Crimson #D8193E

Tints of Crimson #D8193E

RGB

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

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

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

R = 71.29%
G = 8.25%
B = 20.46%

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

#D8193E (or 0xD8193E) is known color: Crimson. HEX triplet: D8, 19 and 3E. RGB value is (216,25,62). Sum of RGB (Red+Green+Blue) = 216+25+62=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D8193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8193E is #27E6C1. Grayscale: #565656. Windows color (decimal): -2614978 or 4069848. OLE color: 4069848.

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

Color convert

RGB 216 25 62 -
CMYK 0 0.88 0.71 0.15
HSL 348.38º 0.79% 0.47% -
HSV(B) 348.38º 0.88% 0.85% -
XYZ 29.54 15.64 6.02 -
YUV 86.33 114.28 220.49 -
System Red Green Blue C M Y K H S L
Decimal 216 25 62 0 0.88 0.71 0.15 348.38 0.79 0.47
Hex D8 19 3E 0 58 47 F 15C 4F 2F
Octal 330 31 76 0 130 107 17 534 117 57
Binary 11011000 11001 111110 0 1011000 1000111 1111 101011100 1001111 101111

Color Harmonies of #D8193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8193E

Black with #D8193E

Text Example


Text Example

White with #D8193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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