Html Css Color HEX #D9164A Crimson

📋 copy color: '#D9164A'

red 217 ◦ green 22 ◦ blue 74

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

Shades of Crimson #D9164A

Tints of Crimson #D9164A

RGB

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

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

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

R = 69.33%
G = 7.03%
B = 23.64%

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

#D9164A (or 0xD9164A) is known color: Crimson. HEX triplet: D9, 16 and 4A. RGB value is (217,22,74). Sum of RGB (Red+Green+Blue) = 217+22+74=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9164A is #26E9B5. Grayscale: #565656. Windows color (decimal): -2550198 or 4855513. OLE color: 4855513.

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

Color convert

RGB 217 22 74 -
CMYK 0 0.90 0.66 0.15
HSL 344º 0.82% 0.47% -
HSV(B) 344º 0.9% 0.85% -
XYZ 30.14 15.82 7.94 -
YUV 86.23 121.1 221.27 -
System Red Green Blue C M Y K H S L
Decimal 217 22 74 0 0.90 0.66 0.15 344 0.82 0.47
Hex D9 16 4A 0 5A 42 F 158 52 2F
Octal 331 26 112 0 132 102 17 530 122 57
Binary 11011001 10110 1001010 0 1011010 1000010 1111 101011000 1010010 101111

Color Harmonies of #D9164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9164A

Black with #D9164A

Text Example


Text Example

White with #D9164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9164A; }

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

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

background-color css

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

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

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

border-color css

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

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

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