#D31448

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

Shades of Crimson #D31448

Tints of Crimson #D31448

Color information

#D31448 (or 0xD31448) is unknown color: approx Crimson. HEX triplet: D3, 14 and 48. RGB value is (211,20,72). Sum of RGB (Red+Green+Blue) = 211+20+72=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D31448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31448 is #2CEBB7. Grayscale: #535353. Windows color (decimal): -2943928 or 4723923. OLE color: 4723923.

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

Color convert

RGB2112072-
CMYK00.910.660.17
HSL343.66º82.68%45.29%-
HSV(B)343.66º90.52%82.75%-
XYZ28.2814.827.5-
YUV83.04121.78219.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 69.64%
GREEN value IS 20 (8.20% from 255) = 6.60%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=69.64%
G=6.60%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211207200.910.660.17343.6682.6845.29
HexD3144805B4211158532d
Octal3232411001331022153012355
Binary11010011101001001000010110111000010100011010110001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31448; }

 p { color: rgb(211,20,72); }

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

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

 a { background-color: rgb(211,20,72); }

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

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

 span { border-color: rgb(211,20,72); }

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