#D51A3E

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

Shades of Crimson #D51A3E

Tints of Crimson #D51A3E

Color information

#D51A3E (or 0xD51A3E) is unknown color: approx Crimson. HEX triplet: D5, 1A and 3E. RGB value is (213,26,62). Sum of RGB (Red+Green+Blue) = 213+26+62=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51A3E is #2AE5C1. Grayscale: #565656. Windows color (decimal): -2811330 or 4070101. OLE color: 4070101.

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

Color convert

RGB2132662-
CMYK00.880.710.16
HSL348.45º78.24%46.86%-
HSV(B)348.45º87.79%83.53%-
XYZ28.6815.235.99-
YUV86.02114.45218.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 70.76%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=70.76%
G=8.64%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213266200.880.710.16348.4578.2446.86
HexD51A3E058471015c4e2f
Octal325327601301072053411657
Binary1101010111010111110010110001000111100001010111001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51A3E; }

 p { color: rgb(213,26,62); }

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

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

 a { background-color: rgb(213,26,62); }

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

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

 span { border-color: rgb(213,26,62); }

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