Html Css Color HEX #D6172F Crimson

📋 copy color: '#D6172F'

red 214 ◦ green 23 ◦ blue 47

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

Shades of Crimson #D6172F

Tints of Crimson #D6172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 75.35%
G = 8.1%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6172F (or 0xD6172F) is known color: Crimson. HEX triplet: D6, 17 and 2F. RGB value is (214,23,47). Sum of RGB (Red+Green+Blue) = 214+23+47=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D6172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6172F is #29E8D0. Grayscale: #525252. Windows color (decimal): -2746577 or 3086294. OLE color: 3086294.

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

Color convert

RGB 214 23 47 -
CMYK 0 0.89 0.78 0.16
HSL 352.46º 0.81% 0.46% -
HSV(B) 352.46º 0.89% 0.84% -
XYZ 28.55 15.11 4.1 -
YUV 82.85 107.78 221.55 -
System Red Green Blue C M Y K H S L
Decimal 214 23 47 0 0.89 0.78 0.16 352.46 0.81 0.46
Hex D6 17 2F 0 59 4E 10 160 51 2E
Octal 326 27 57 0 131 116 20 540 121 56
Binary 11010110 10111 101111 0 1011001 1001110 10000 101100000 1010001 101110

Color Harmonies of #D6172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6172F

Black with #D6172F

Text Example


Text Example

White with #D6172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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