Html Css Color HEX #D8114C Crimson

📋 copy color: '#D8114C'

red 216 ◦ green 17 ◦ blue 76

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

Shades of Crimson #D8114C

Tints of Crimson #D8114C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 69.9%
G = 5.5%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8114C (or 0xD8114C) is known color: Crimson. HEX triplet: D8, 11 and 4C. RGB value is (216,17,76). Sum of RGB (Red+Green+Blue) = 216+17+76=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D8114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8114C is #27EEB3. Grayscale: #535353. Windows color (decimal): -2617012 or 4985304. OLE color: 4985304.

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

Color convert

RGB 216 17 76 -
CMYK 0 0.92 0.65 0.15
HSL 342.21º 0.85% 0.46% -
HSV(B) 342.21º 0.92% 0.85% -
XYZ 29.82 15.52 8.26 -
YUV 83.23 123.93 222.7 -
System Red Green Blue C M Y K H S L
Decimal 216 17 76 0 0.92 0.65 0.15 342.21 0.85 0.46
Hex D8 11 4C 0 5C 41 F 156 55 2E
Octal 330 21 114 0 134 101 17 526 125 56
Binary 11011000 10001 1001100 0 1011100 1000001 1111 101010110 1010101 101110

Color Harmonies of #D8114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8114C

Black with #D8114C

Text Example


Text Example

White with #D8114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8114C; }

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

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

background-color css

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

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

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

border-color css

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

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

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