Html Css Color HEX #D8164A Crimson

📋 copy color: '#D8164A'

red 216 ◦ green 22 ◦ blue 74

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

Shades of Crimson #D8164A

Tints of Crimson #D8164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.05%

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

R = 69.23%
G = 7.05%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8164A (or 0xD8164A) is known color: Crimson. HEX triplet: D8, 16 and 4A. RGB value is (216,22,74). Sum of RGB (Red+Green+Blue) = 216+22+74=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8164A is #27E9B5. Grayscale: #555555. Windows color (decimal): -2615734 or 4855512. OLE color: 4855512.

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

Color convert

RGB 216 22 74 -
CMYK 0 0.90 0.66 0.15
HSL 343.92º 0.82% 0.47% -
HSV(B) 343.92º 0.9% 0.85% -
XYZ 29.84 15.67 7.93 -
YUV 85.93 121.27 220.77 -
System Red Green Blue C M Y K H S L
Decimal 216 22 74 0 0.90 0.66 0.15 343.92 0.82 0.47
Hex D8 16 4A 0 5A 42 F 158 52 2F
Octal 330 26 112 0 132 102 17 530 122 57
Binary 11011000 10110 1001010 0 1011010 1000010 1111 101011000 1010010 101111

Color Harmonies of #D8164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8164A

Black with #D8164A

Text Example


Text Example

White with #D8164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8164A; }

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

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

background-color css

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

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

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

border-color css

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

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

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