Html Css Color HEX #D6174A Crimson

📋 copy color: '#D6174A'

red 214 ◦ green 23 ◦ blue 74

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

Shades of Crimson #D6174A

Tints of Crimson #D6174A

RGB

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

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

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

R = 68.81%
G = 7.4%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6174A (or 0xD6174A) is known color: Crimson. HEX triplet: D6, 17 and 4A. RGB value is (214,23,74). Sum of RGB (Red+Green+Blue) = 214+23+74=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D6174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6174A is #29E8B5. Grayscale: #555555. Windows color (decimal): -2746550 or 4855766. OLE color: 4855766.

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

Color convert

RGB 214 23 74 -
CMYK 0 0.89 0.65 0.16
HSL 343.98º 0.81% 0.46% -
HSV(B) 343.98º 0.89% 0.84% -
XYZ 29.27 15.4 7.91 -
YUV 85.92 121.28 219.35 -
System Red Green Blue C M Y K H S L
Decimal 214 23 74 0 0.89 0.65 0.16 343.98 0.81 0.46
Hex D6 17 4A 0 59 41 10 158 51 2E
Octal 326 27 112 0 131 101 20 530 121 56
Binary 11010110 10111 1001010 0 1011001 1000001 10000 101011000 1010001 101110

Color Harmonies of #D6174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6174A

Black with #D6174A

Text Example


Text Example

White with #D6174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6174A; }

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

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

background-color css

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

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

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

border-color css

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

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

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