Html Css Color HEX #D8164D Crimson

📋 copy color: '#D8164D'

red 216 ◦ green 22 ◦ blue 77

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

Shades of Crimson #D8164D

Tints of Crimson #D8164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 68.57%
G = 6.98%
B = 24.44%

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

#D8164D (or 0xD8164D) is known color: Crimson. HEX triplet: D8, 16 and 4D. RGB value is (216,22,77). Sum of RGB (Red+Green+Blue) = 216+22+77=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D8164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8164D is #27E9B2. Grayscale: #565656. Windows color (decimal): -2615731 or 5052120. OLE color: 5052120.

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

Color convert

RGB 216 22 77 -
CMYK 0 0.90 0.64 0.15
HSL 342.99º 0.82% 0.47% -
HSV(B) 342.99º 0.9% 0.85% -
XYZ 29.95 15.71 8.47 -
YUV 86.28 122.77 220.53 -
System Red Green Blue C M Y K H S L
Decimal 216 22 77 0 0.90 0.64 0.15 342.99 0.82 0.47
Hex D8 16 4D 0 5A 40 F 157 52 2F
Octal 330 26 115 0 132 100 17 527 122 57
Binary 11011000 10110 1001101 0 1011010 1000000 1111 101010111 1010010 101111

Color Harmonies of #D8164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8164D

Black with #D8164D

Text Example


Text Example

White with #D8164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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