Html Css Color HEX #D8114D Crimson

📋 copy color: '#D8114D'

red 216 ◦ green 17 ◦ blue 77

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

Shades of Crimson #D8114D

Tints of Crimson #D8114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.48%

 BLUE value IS 77 (30.47% from 255) = 24.84%

R = 69.68%
G = 5.48%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8114D (or 0xD8114D) is known color: Crimson. HEX triplet: D8, 11 and 4D. RGB value is (216,17,77). Sum of RGB (Red+Green+Blue) = 216+17+77=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8114D is #27EEB2. Grayscale: #535353. Windows color (decimal): -2617011 or 5050840. OLE color: 5050840.

HSL color Cylindrical-coordinate representation of color #D8114D: hue angle of 341.91º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8114D is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 17 77 -
CMYK 0 0.92 0.64 0.15
HSL 341.91º 0.85% 0.46% -
HSV(B) 341.91º 0.92% 0.85% -
XYZ 29.86 15.54 8.45 -
YUV 83.34 124.43 222.62 -
System Red Green Blue C M Y K H S L
Decimal 216 17 77 0 0.92 0.64 0.15 341.91 0.85 0.46
Hex D8 11 4D 0 5C 40 F 156 55 2E
Octal 330 21 115 0 134 100 17 526 125 56
Binary 11011000 10001 1001101 0 1011100 1000000 1111 101010110 1010101 101110

Color Harmonies of #D8114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8114D

Black with #D8114D

Text Example


Text Example

White with #D8114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8114D; }

 p { color: rgb(216,17,77); }

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

background-color css

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

 a { background-color: rgb(216,17,77); }

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

border-color css

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

 span { border-color: rgb(216,17,77); }

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