#D61739

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

Shades of Crimson #D61739

Tints of Crimson #D61739

Color information

#D61739 (or 0xD61739) is unknown color: approx Crimson. HEX triplet: D6, 17 and 39. RGB value is (214,23,57). Sum of RGB (Red+Green+Blue) = 214+23+57=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D61739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61739 is #29E8C6. Grayscale: #545454. Windows color (decimal): -2746567 or 3741654. OLE color: 3741654.

HSL color Cylindrical-coordinate representation of color #D61739: hue angle of 349.32º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61739 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB2142357-
CMYK00.890.730.16
HSL349.32º80.59%46.47%-
HSV(B)349.32º89.25%83.92%-
XYZ28.7815.25.29-
YUV83.98112.78220.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 72.79%
GREEN value IS 23 (9.38% from 255) = 7.82%
BLUE value IS 57 (22.66% from 255) = 19.39%
R=72.79%
G=7.82%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214235700.890.730.16349.3280.5946.47
HexD61739059491015d512e
Octal326277101311112053512156
Binary1101011010111111001010110011001001100001010111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61739; }

 p { color: rgb(214,23,57); }

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

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

 a { background-color: rgb(214,23,57); }

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

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

 span { border-color: rgb(214,23,57); }

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