Html Css Color HEX #D8114A Crimson

📋 copy color: '#D8114A'

red 216 ◦ green 17 ◦ blue 74

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

Shades of Crimson #D8114A

Tints of Crimson #D8114A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 70.36%
G = 5.54%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8114A (or 0xD8114A) is known color: Crimson. HEX triplet: D8, 11 and 4A. RGB value is (216,17,74). Sum of RGB (Red+Green+Blue) = 216+17+74=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D8114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8114A is #27EEB5. Grayscale: #525252. Windows color (decimal): -2617014 or 4854232. OLE color: 4854232.

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

Color convert

RGB 216 17 74 -
CMYK 0 0.92 0.66 0.15
HSL 342.81º 0.85% 0.46% -
HSV(B) 342.81º 0.92% 0.85% -
XYZ 29.76 15.49 7.9 -
YUV 83 122.93 222.87 -
System Red Green Blue C M Y K H S L
Decimal 216 17 74 0 0.92 0.66 0.15 342.81 0.85 0.46
Hex D8 11 4A 0 5C 42 F 157 55 2E
Octal 330 21 112 0 134 102 17 527 125 56
Binary 11011000 10001 1001010 0 1011100 1000010 1111 101010111 1010101 101110

Color Harmonies of #D8114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8114A

Black with #D8114A

Text Example


Text Example

White with #D8114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8114A; }

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

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

background-color css

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

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

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

border-color css

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

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

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