#D51F3F

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

Shades of Crimson #D51F3F

Tints of Crimson #D51F3F

Color information

#D51F3F (or 0xD51F3F) is unknown color: approx Crimson. HEX triplet: D5, 1F and 3F. RGB value is (213,31,63). Sum of RGB (Red+Green+Blue) = 213+31+63=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51F3F is #2AE0C0. Grayscale: #595959. Windows color (decimal): -2810049 or 4136917. OLE color: 4136917.

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

Color convert

RGB2133163-
CMYK00.850.700.16
HSL349.45º74.59%47.84%-
HSV(B)349.45º85.45%83.53%-
XYZ28.8315.486.17-
YUV89.07113.3216.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 69.38%
GREEN value IS 31 (12.5% from 255) = 10.10%
BLUE value IS 63 (25% from 255) = 20.52%
R=69.38%
G=10.10%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213316300.850.700.16349.4574.5947.84
HexD51F3F055461015d4b30
Octal325377701251062053511360
Binary1101010111111111111010101011000110100001010111011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51F3F; }

 p { color: rgb(213,31,63); }

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

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

 a { background-color: rgb(213,31,63); }

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

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

 span { border-color: rgb(213,31,63); }

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