Html Css Color HEX #D8144A Crimson

📋 copy color: '#D8144A'

red 216 ◦ green 20 ◦ blue 74

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

Shades of Crimson #D8144A

Tints of Crimson #D8144A

RGB

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

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

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

R = 69.68%
G = 6.45%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8144A (or 0xD8144A) is known color: Crimson. HEX triplet: D8, 14 and 4A. RGB value is (216,20,74). Sum of RGB (Red+Green+Blue) = 216+20+74=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8144A is #27EBB5. Grayscale: #545454. Windows color (decimal): -2616246 or 4855000. OLE color: 4855000.

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

Color convert

RGB 216 20 74 -
CMYK 0 0.91 0.66 0.15
HSL 343.47º 0.83% 0.46% -
HSV(B) 343.47º 0.91% 0.85% -
XYZ 29.81 15.59 7.92 -
YUV 84.76 121.93 221.61 -
System Red Green Blue C M Y K H S L
Decimal 216 20 74 0 0.91 0.66 0.15 343.47 0.83 0.46
Hex D8 14 4A 0 5B 42 F 157 53 2E
Octal 330 24 112 0 133 102 17 527 123 56
Binary 11011000 10100 1001010 0 1011011 1000010 1111 101010111 1010011 101110

Color Harmonies of #D8144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8144A

Black with #D8144A

Text Example


Text Example

White with #D8144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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