#D6013A

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

Shades of Crimson #D6013A

Tints of Crimson #D6013A

Color information

#D6013A (or 0xD6013A) is unknown color: approx Crimson. HEX triplet: D6, 01 and 3A. RGB value is (214,1,58). Sum of RGB (Red+Green+Blue) = 214+1+58=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D6013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6013A is #29FEC5. Grayscale: #474747. Windows color (decimal): -2752198 or 3801558. OLE color: 3801558.

HSL color Cylindrical-coordinate representation of color #D6013A: hue angle of 343.94º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6013A is Cyan = 0, Magento = 1.00, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB214158-
CMYK01.000.730.16
HSL343.94º99.07%42.16%-
HSV(B)343.94º99.53%83.92%-
XYZ28.5114.625.32-
YUV71.18120.57229.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.39%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=78.39%
G=0.37%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415801.000.730.16343.9499.0742.16
HexD613A0644910158632a
Octal32617201441112053014352
Binary110101101111010011001001001001100001010110001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6013A; }

 p { color: rgb(214,1,58); }

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

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

 a { background-color: rgb(214,1,58); }

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

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

 span { border-color: rgb(214,1,58); }

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