#D51E3B

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

Shades of Crimson #D51E3B

Tints of Crimson #D51E3B

Color information

#D51E3B (or 0xD51E3B) is unknown color: approx Crimson. HEX triplet: D5, 1E and 3B. RGB value is (213,30,59). Sum of RGB (Red+Green+Blue) = 213+30+59=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51E3B is #2AE1C4. Grayscale: #585858. Windows color (decimal): -2810309 or 3874517. OLE color: 3874517.

HSL color Cylindrical-coordinate representation of color #D51E3B: hue angle of 350.49º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51E3B is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB2133059-
CMYK00.860.720.16
HSL350.49º75.31%47.65%-
HSV(B)350.49º85.92%83.53%-
XYZ28.6915.395.6-
YUV88.02111.63217.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 70.53%
GREEN value IS 30 (12.11% from 255) = 9.93%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=70.53%
G=9.93%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213305900.860.720.16350.4975.3147.65
HexD51E3B056481015e4b30
Octal325367301261102053611360
Binary1101010111110111011010101101001000100001010111101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51E3B; }

 p { color: rgb(213,30,59); }

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

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

 a { background-color: rgb(213,30,59); }

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

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

 span { border-color: rgb(213,30,59); }

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