#D3194E

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

Shades of Crimson #D3194E

Tints of Crimson #D3194E

Color information

#D3194E (or 0xD3194E) is unknown color: approx Crimson. HEX triplet: D3, 19 and 4E. RGB value is (211,25,78). Sum of RGB (Red+Green+Blue) = 211+25+78=314 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.20% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 211 - color contains mainly: red. Hex color #D3194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3194E is #2CE6B1. Grayscale: #565656. Windows color (decimal): -2942642 or 5118419. OLE color: 5118419.

HSL color Cylindrical-coordinate representation of color #D3194E: hue angle of 342.9º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3194E is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB2112578-
CMYK00.880.630.17
HSL342.9º78.81%46.27%-
HSV(B)342.9º88.15%82.75%-
XYZ28.5915.098.61-
YUV86.66123.12216.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 67.20%
GREEN value IS 25 (10.16% from 255) = 7.96%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=67.20%
G=7.96%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211257800.880.630.17342.978.8146.27
HexD3194E0583F111574f2e
Octal323311160130772152711756
Binary1101001111001100111001011000111111100011010101111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3194E; }

 p { color: rgb(211,25,78); }

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

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

 a { background-color: rgb(211,25,78); }

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

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

 span { border-color: rgb(211,25,78); }

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