#D6194A

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

Shades of Crimson #D6194A

Tints of Crimson #D6194A

Color information

#D6194A (or 0xD6194A) is unknown color: approx Crimson. HEX triplet: D6, 19 and 4A. RGB value is (214,25,74). Sum of RGB (Red+Green+Blue) = 214+25+74=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6194A is #29E6B5. Grayscale: #575757. Windows color (decimal): -2746038 or 4856278. OLE color: 4856278.

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

Color convert

RGB2142574-
CMYK00.880.650.16
HSL344.44º79.08%46.86%-
HSV(B)344.44º88.32%83.92%-
XYZ29.3215.497.92-
YUV87.1120.62218.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 68.37%
GREEN value IS 25 (10.16% from 255) = 7.99%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=68.37%
G=7.99%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214257400.880.650.16344.4479.0846.86
HexD6194A05841101584f2f
Octal3263111201301012053011757
Binary11010110110011001010010110001000001100001010110001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6194A; }

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

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

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

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

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

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

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

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