Html Css Color HEX #D8154E Crimson

📋 copy color: '#D8154E'

red 216 ◦ green 21 ◦ blue 78

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

Shades of Crimson #D8154E

Tints of Crimson #D8154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.67%

 BLUE value IS 78 (30.86% from 255) = 24.76%

R = 68.57%
G = 6.67%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8154E (or 0xD8154E) is known color: Crimson. HEX triplet: D8, 15 and 4E. RGB value is (216,21,78). Sum of RGB (Red+Green+Blue) = 216+21+78=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D8154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8154E is #27EAB1. Grayscale: #555555. Windows color (decimal): -2615986 or 5117400. OLE color: 5117400.

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

Color convert

RGB 216 21 78 -
CMYK 0 0.90 0.64 0.15
HSL 342.46º 0.82% 0.46% -
HSV(B) 342.46º 0.9% 0.85% -
XYZ 29.96 15.69 8.66 -
YUV 85.8 123.6 220.87 -
System Red Green Blue C M Y K H S L
Decimal 216 21 78 0 0.90 0.64 0.15 342.46 0.82 0.46
Hex D8 15 4E 0 5A 40 F 156 52 2E
Octal 330 25 116 0 132 100 17 526 122 56
Binary 11011000 10101 1001110 0 1011010 1000000 1111 101010110 1010010 101110

Color Harmonies of #D8154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8154E

Black with #D8154E

Text Example


Text Example

White with #D8154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8154E; }

 p { color: rgb(216,21,78); }

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

background-color css

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

 a { background-color: rgb(216,21,78); }

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

border-color css

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

 span { border-color: rgb(216,21,78); }

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