Html Css Color HEX #D9164C Crimson

📋 copy color: '#D9164C'

red 217 ◦ green 22 ◦ blue 76

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

Shades of Crimson #D9164C

Tints of Crimson #D9164C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 68.89%
G = 6.98%
B = 24.13%

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

#D9164C (or 0xD9164C) is known color: Crimson. HEX triplet: D9, 16 and 4C. RGB value is (217,22,76). Sum of RGB (Red+Green+Blue) = 217+22+76=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9164C is #26E9B3. Grayscale: #565656. Windows color (decimal): -2550196 or 4986585. OLE color: 4986585.

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

Color convert

RGB 217 22 76 -
CMYK 0 0.90 0.65 0.15
HSL 343.38º 0.82% 0.47% -
HSV(B) 343.38º 0.9% 0.85% -
XYZ 30.21 15.85 8.3 -
YUV 86.46 122.1 221.11 -
System Red Green Blue C M Y K H S L
Decimal 217 22 76 0 0.90 0.65 0.15 343.38 0.82 0.47
Hex D9 16 4C 0 5A 41 F 157 52 2F
Octal 331 26 114 0 132 101 17 527 122 57
Binary 11011001 10110 1001100 0 1011010 1000001 1111 101010111 1010010 101111

Color Harmonies of #D9164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9164C

Black with #D9164C

Text Example


Text Example

White with #D9164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9164C; }

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

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

background-color css

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

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

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

border-color css

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

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

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