#D6194C

Color #D6194C Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D6194C

Tints of Crimson #D6194C

Color information

#D6194C (or 0xD6194C) is unknown color: approx Crimson. HEX triplet: D6, 19 and 4C. RGB value is (214,25,76). Sum of RGB (Red+Green+Blue) = 214+25+76=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D6194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6194C is #29E6B3. Grayscale: #575757. Windows color (decimal): -2746036 or 4987350. OLE color: 4987350.

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

Color convert

RGB2142576-
CMYK00.880.640.16
HSL343.81º79.08%46.86%-
HSV(B)343.81º88.32%83.92%-
XYZ29.3815.518.28-
YUV87.32121.62218.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 67.94%
GREEN value IS 25 (10.16% from 255) = 7.94%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=67.94%
G=7.94%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214257600.880.640.16343.8179.0846.86
HexD6194C05840101584f2f
Octal3263111401301002053011757
Binary11010110110011001100010110001000000100001010110001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6194C; }

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

 H1.HeaderClassName
 {
   color: #D6194C;
 }
 .AnyTagClassName
 {
   color: #D6194C;
 }
</style>
background-color css

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

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

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

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

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

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