Html Css Color HEX #D9164D Crimson

📋 copy color: '#D9164D'

red 217 ◦ green 22 ◦ blue 77

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

Shades of Crimson #D9164D

Tints of Crimson #D9164D

RGB

 RED value IS 217 (85.16% from 255) = 68.67%

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

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

R = 68.67%
G = 6.96%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9164D (or 0xD9164D) is known color: Crimson. HEX triplet: D9, 16 and 4D. RGB value is (217,22,77). Sum of RGB (Red+Green+Blue) = 217+22+77=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9164D is #26E9B2. Grayscale: #565656. Windows color (decimal): -2550195 or 5052121. OLE color: 5052121.

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

Color convert

RGB 217 22 77 -
CMYK 0 0.90 0.65 0.15
HSL 343.08º 0.82% 0.47% -
HSV(B) 343.08º 0.9% 0.85% -
XYZ 30.24 15.86 8.49 -
YUV 86.58 122.6 221.03 -
System Red Green Blue C M Y K H S L
Decimal 217 22 77 0 0.90 0.65 0.15 343.08 0.82 0.47
Hex D9 16 4D 0 5A 41 F 157 52 2F
Octal 331 26 115 0 132 101 17 527 122 57
Binary 11011001 10110 1001101 0 1011010 1000001 1111 101010111 1010010 101111

Color Harmonies of #D9164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9164D

Black with #D9164D

Text Example


Text Example

White with #D9164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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