Html Css Color HEX #D6174C Crimson

📋 copy color: '#D6174C'

red 214 ◦ green 23 ◦ blue 76

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

Shades of Crimson #D6174C

Tints of Crimson #D6174C

RGB

 RED value IS 214 (83.98% from 255) = 68.37%

 GREEN value IS 23 (9.38% from 255) = 7.35%

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

R = 68.37%
G = 7.35%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6174C (or 0xD6174C) is known color: Crimson. HEX triplet: D6, 17 and 4C. RGB value is (214,23,76). Sum of RGB (Red+Green+Blue) = 214+23+76=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6174C is #29E8B3. Grayscale: #565656. Windows color (decimal): -2746548 or 4986838. OLE color: 4986838.

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

Color convert

RGB 214 23 76 -
CMYK 0 0.89 0.64 0.16
HSL 343.35º 0.81% 0.46% -
HSV(B) 343.35º 0.89% 0.84% -
XYZ 29.34 15.43 8.27 -
YUV 86.15 122.28 219.19 -
System Red Green Blue C M Y K H S L
Decimal 214 23 76 0 0.89 0.64 0.16 343.35 0.81 0.46
Hex D6 17 4C 0 59 40 10 157 51 2E
Octal 326 27 114 0 131 100 20 527 121 56
Binary 11010110 10111 1001100 0 1011001 1000000 10000 101010111 1010001 101110

Color Harmonies of #D6174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6174C

Black with #D6174C

Text Example


Text Example

White with #D6174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6174C; }

 p { color: rgb(214,23,76); }

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

background-color css

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

 a { background-color: rgb(214,23,76); }

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

border-color css

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

 span { border-color: rgb(214,23,76); }

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