#D51E3D

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

Shades of Crimson #D51E3D

Tints of Crimson #D51E3D

Color information

#D51E3D (or 0xD51E3D) is unknown color: approx Crimson. HEX triplet: D5, 1E and 3D. RGB value is (213,30,61). Sum of RGB (Red+Green+Blue) = 213+30+61=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51E3D is #2AE1C2. Grayscale: #585858. Windows color (decimal): -2810307 or 4005589. OLE color: 4005589.

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

Color convert

RGB2133061-
CMYK00.860.710.16
HSL349.84º75.31%47.65%-
HSV(B)349.84º85.92%83.53%-
XYZ28.7515.415.87-
YUV88.25112.63216.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 70.07%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 61 (24.22% from 255) = 20.07%
R=70.07%
G=9.87%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213306100.860.710.16349.8475.3147.65
HexD51E3D056471015e4b30
Octal325367501261072053611360
Binary1101010111110111101010101101000111100001010111101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51E3D; }

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

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

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

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

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

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

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

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