#D5132E

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

Shades of Crimson #D5132E

Tints of Crimson #D5132E

Color information

#D5132E (or 0xD5132E) is unknown color: approx Crimson. HEX triplet: D5, 13 and 2E. RGB value is (213,19,46). Sum of RGB (Red+Green+Blue) = 213+19+46=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D5132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5132E is #2AECD1. Grayscale: #505050. Windows color (decimal): -2813138 or 3019733. OLE color: 3019733.

HSL color Cylindrical-coordinate representation of color #D5132E: hue angle of 351.65º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5132E is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB2131946-
CMYK00.910.780.16
HSL351.65º83.62%45.49%-
HSV(B)351.65º91.08%83.53%-
XYZ28.1714.813.96-
YUV80.08108.77222.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 76.62%
GREEN value IS 19 (7.81% from 255) = 6.83%
BLUE value IS 46 (18.36% from 255) = 16.55%
R=76.62%
G=6.83%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213194600.910.780.16351.6583.6245.49
HexD5132E05B4E10160542d
Octal325235601331162054012455
Binary1101010110011101110010110111001110100001011000001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5132E; }

 p { color: rgb(213,19,46); }

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

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

 a { background-color: rgb(213,19,46); }

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

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

 span { border-color: rgb(213,19,46); }

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