Html Css Color HEX #D8124C Crimson

📋 copy color: '#D8124C'

red 216 ◦ green 18 ◦ blue 76

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

Shades of Crimson #D8124C

Tints of Crimson #D8124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.81%

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

R = 69.68%
G = 5.81%
B = 24.52%

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

#D8124C (or 0xD8124C) is known color: Crimson. HEX triplet: D8, 12 and 4C. RGB value is (216,18,76). Sum of RGB (Red+Green+Blue) = 216+18+76=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8124C is #27EDB3. Grayscale: #535353. Windows color (decimal): -2616756 or 4985560. OLE color: 4985560.

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

Color convert

RGB 216 18 76 -
CMYK 0 0.92 0.65 0.15
HSL 342.42º 0.85% 0.46% -
HSV(B) 342.42º 0.92% 0.85% -
XYZ 29.84 15.55 8.27 -
YUV 83.81 123.6 222.28 -
System Red Green Blue C M Y K H S L
Decimal 216 18 76 0 0.92 0.65 0.15 342.42 0.85 0.46
Hex D8 12 4C 0 5C 41 F 156 55 2E
Octal 330 22 114 0 134 101 17 526 125 56
Binary 11011000 10010 1001100 0 1011100 1000001 1111 101010110 1010101 101110

Color Harmonies of #D8124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8124C

Black with #D8124C

Text Example


Text Example

White with #D8124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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