#D6102D

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

Shades of Crimson #D6102D

Tints of Crimson #D6102D

Color information

#D6102D (or 0xD6102D) is unknown color: approx Crimson. HEX triplet: D6, 10 and 2D. RGB value is (214,16,45). Sum of RGB (Red+Green+Blue) = 214+16+45=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D6102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6102D is #29EFD2. Grayscale: #4E4E4E. Windows color (decimal): -2748371 or 2953430. OLE color: 2953430.

HSL color Cylindrical-coordinate representation of color #D6102D: hue angle of 351.21º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6102D is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB2141645-
CMYK00.930.790.16
HSL351.21º86.09%45.1%-
HSV(B)351.21º92.52%83.92%-
XYZ28.3914.863.85-
YUV78.51109.1224.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 77.82%
GREEN value IS 16 (6.64% from 255) = 5.82%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=77.82%
G=5.82%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214164500.930.790.16351.2186.0945.1
HexD6102D05D4F1015f562d
Octal326205501351172053712655
Binary1101011010000101101010111011001111100001010111111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6102D; }

 p { color: rgb(214,16,45); }

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

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

 a { background-color: rgb(214,16,45); }

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

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

 span { border-color: rgb(214,16,45); }

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