Html Css Color HEX #D8193C Crimson

📋 copy color: '#D8193C'

red 216 ◦ green 25 ◦ blue 60

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

Shades of Crimson #D8193C

Tints of Crimson #D8193C

RGB

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

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

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

R = 71.76%
G = 8.31%
B = 19.93%

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

#D8193C (or 0xD8193C) is known color: Crimson. HEX triplet: D8, 19 and 3C. RGB value is (216,25,60). Sum of RGB (Red+Green+Blue) = 216+25+60=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D8193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8193C is #27E6C3. Grayscale: #565656. Windows color (decimal): -2614980 or 3938776. OLE color: 3938776.

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

Color convert

RGB 216 25 60 -
CMYK 0 0.88 0.72 0.15
HSL 349.01º 0.79% 0.47% -
HSV(B) 349.01º 0.88% 0.85% -
XYZ 29.48 15.62 5.74 -
YUV 86.1 113.28 220.65 -
System Red Green Blue C M Y K H S L
Decimal 216 25 60 0 0.88 0.72 0.15 349.01 0.79 0.47
Hex D8 19 3C 0 58 48 F 15D 4F 2F
Octal 330 31 74 0 130 110 17 535 117 57
Binary 11011000 11001 111100 0 1011000 1001000 1111 101011101 1001111 101111

Color Harmonies of #D8193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8193C

Black with #D8193C

Text Example


Text Example

White with #D8193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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