#D5193A

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

Shades of Crimson #D5193A

Tints of Crimson #D5193A

Color information

#D5193A (or 0xD5193A) is unknown color: approx Crimson. HEX triplet: D5, 19 and 3A. RGB value is (213,25,58). Sum of RGB (Red+Green+Blue) = 213+25+58=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5193A is #2AE6C5. Grayscale: #555555. Windows color (decimal): -2811590 or 3807701. OLE color: 3807701.

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

Color convert

RGB2132558-
CMYK00.880.730.16
HSL349.47º78.99%46.67%-
HSV(B)349.47º88.26%83.53%-
XYZ28.5515.155.42-
YUV84.97112.78219.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 71.96%
GREEN value IS 25 (10.16% from 255) = 8.45%
BLUE value IS 58 (23.05% from 255) = 19.59%
R=71.96%
G=8.45%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213255800.880.730.16349.4778.9946.67
HexD5193A058491015d4f2f
Octal325317201301112053511757
Binary1101010111001111010010110001001001100001010111011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5193A; }

 p { color: rgb(213,25,58); }

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

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

 a { background-color: rgb(213,25,58); }

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

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

 span { border-color: rgb(213,25,58); }

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