#DC0B2C

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

Shades of Crimson #DC0B2C

Tints of Crimson #DC0B2C

Color information

#DC0B2C (or 0xDC0B2C) is unknown color: approx Crimson. HEX triplet: DC, 0B and 2C. RGB value is (220,11,44). Sum of RGB (Red+Green+Blue) = 220+11+44=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0B2C is #23F4D3. Grayscale: #4D4D4D. Windows color (decimal): -2356436 or 2886620. OLE color: 2886620.

HSL color Cylindrical-coordinate representation of color #DC0B2C: hue angle of 350.53º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B2C is Cyan = 0, Magento = 0.95, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB2201144-
CMYK00.950.80.14
HSL350.53º90.48%45.29%-
HSV(B)350.53º95%86.27%-
XYZ30.0915.643.82-
YUV77.25109.24229.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 80%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 44 (17.58% from 255) = 16%
R=80%
G=4%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.8
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220114400.950.80.14350.5390.4845.29
HexDCB2C05F50E15f5a2d
Octal334135401371201653713255
Binary11011100101110110001011111101000011101010111111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0B2C; }

 p { color: rgb(220,11,44); }

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

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

 a { background-color: rgb(220,11,44); }

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

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

 span { border-color: rgb(220,11,44); }

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