Html Css Color HEX #D8144C Crimson

📋 copy color: '#D8144C'

red 216 ◦ green 20 ◦ blue 76

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

Shades of Crimson #D8144C

Tints of Crimson #D8144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

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

R = 69.23%
G = 6.41%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8144C (or 0xD8144C) is known color: Crimson. HEX triplet: D8, 14 and 4C. RGB value is (216,20,76). Sum of RGB (Red+Green+Blue) = 216+20+76=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8144C is #27EBB3. Grayscale: #545454. Windows color (decimal): -2616244 or 4986072. OLE color: 4986072.

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

Color convert

RGB 216 20 76 -
CMYK 0 0.91 0.65 0.15
HSL 342.86º 0.83% 0.46% -
HSV(B) 342.86º 0.91% 0.85% -
XYZ 29.87 15.62 8.28 -
YUV 84.99 122.93 221.45 -
System Red Green Blue C M Y K H S L
Decimal 216 20 76 0 0.91 0.65 0.15 342.86 0.83 0.46
Hex D8 14 4C 0 5B 41 F 157 53 2E
Octal 330 24 114 0 133 101 17 527 123 56
Binary 11011000 10100 1001100 0 1011011 1000001 1111 101010111 1010011 101110

Color Harmonies of #D8144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8144C

Black with #D8144C

Text Example


Text Example

White with #D8144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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