Html Css Color HEX #D7164D Crimson

📋 copy color: '#D7164D'

red 215 ◦ green 22 ◦ blue 77

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

Shades of Crimson #D7164D

Tints of Crimson #D7164D

RGB

 RED value IS 215 (84.38% from 255) = 68.47%

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

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

R = 68.47%
G = 7.01%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7164D (or 0xD7164D) is known color: Crimson. HEX triplet: D7, 16 and 4D. RGB value is (215,22,77). Sum of RGB (Red+Green+Blue) = 215+22+77=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D7164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7164D is #28E9B2. Grayscale: #555555. Windows color (decimal): -2681267 or 5052119. OLE color: 5052119.

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

Color convert

RGB 215 22 77 -
CMYK 0 0.90 0.64 0.16
HSL 342.9º 0.81% 0.46% -
HSV(B) 342.9º 0.9% 0.84% -
XYZ 29.65 15.56 8.46 -
YUV 85.98 122.94 220.03 -
System Red Green Blue C M Y K H S L
Decimal 215 22 77 0 0.90 0.64 0.16 342.9 0.81 0.46
Hex D7 16 4D 0 5A 40 10 157 51 2E
Octal 327 26 115 0 132 100 20 527 121 56
Binary 11010111 10110 1001101 0 1011010 1000000 10000 101010111 1010001 101110

Color Harmonies of #D7164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7164D

Black with #D7164D

Text Example


Text Example

White with #D7164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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