#D2103C

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

Shades of Crimson #D2103C

Tints of Crimson #D2103C

Color information

#D2103C (or 0xD2103C) is unknown color: approx Crimson. HEX triplet: D2, 10 and 3C. RGB value is (210,16,60). Sum of RGB (Red+Green+Blue) = 210+16+60=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D2103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2103C is #2DEFC3. Grayscale: #4F4F4F. Windows color (decimal): -3010500 or 3936466. OLE color: 3936466.

HSL color Cylindrical-coordinate representation of color #D2103C: hue angle of 346.39º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2103C is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB2101660-
CMYK00.920.710.18
HSL346.39º85.84%44.31%-
HSV(B)346.39º92.38%82.35%-
XYZ27.5814.45.6-
YUV79.02117.27221.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 73.43%
GREEN value IS 16 (6.64% from 255) = 5.59%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=73.43%
G=5.59%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210166000.920.710.18346.3985.8444.31
HexD2103C05C471215a562c
Octal322207401341072253212654
Binary1101001010000111100010111001000111100101010110101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2103C; }

 p { color: rgb(210,16,60); }

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

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

 a { background-color: rgb(210,16,60); }

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

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

 span { border-color: rgb(210,16,60); }

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