#D6013C

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

Shades of Crimson #D6013C

Tints of Crimson #D6013C

Color information

#D6013C (or 0xD6013C) is unknown color: approx Crimson. HEX triplet: D6, 01 and 3C. RGB value is (214,1,60). Sum of RGB (Red+Green+Blue) = 214+1+60=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D6013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6013C is #29FEC3. Grayscale: #474747. Windows color (decimal): -2752196 or 3932630. OLE color: 3932630.

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

Color convert

RGB214160-
CMYK01.000.720.16
HSL343.38º99.07%42.16%-
HSV(B)343.38º99.53%83.92%-
XYZ28.5614.645.6-
YUV71.41121.57229.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 77.82%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=77.82%
G=0.36%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416001.000.720.16343.3899.0742.16
HexD613C0644810157632a
Octal32617401441102052714352
Binary110101101111100011001001001000100001010101111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6013C; }

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

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

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

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

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

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

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

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