Html Css Color HEX #DC1032 Crimson

📋 copy color: '#DC1032'

red 220 ◦ green 16 ◦ blue 50

#DC1032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #DC1032

Tints of Crimson #DC1032

RGB

 RED value IS 220 (86.33% from 255) = 76.92%

 GREEN value IS 16 (6.64% from 255) = 5.59%

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 76.92%
G = 5.59%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC1032 (or 0xDC1032) is known color: Crimson. HEX triplet: DC, 10 and 32. RGB value is (220,16,50). Sum of RGB (Red+Green+Blue) = 220+16+50=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1032 is #23EFCD. Grayscale: #505050. Windows color (decimal): -2355150 or 3281116. OLE color: 3281116.

HSL color Cylindrical-coordinate representation of color #DC1032: hue angle of 350º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1032 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 16 50 -
CMYK 0 0.93 0.77 0.14
HSL 350º 0.86% 0.46% -
HSV(B) 350º 0.93% 0.86% -
XYZ 30.28 15.82 4.47 -
YUV 80.87 110.59 227.24 -
System Red Green Blue C M Y K H S L
Decimal 220 16 50 0 0.93 0.77 0.14 350 0.86 0.46
Hex DC 10 32 0 5D 4D E 15E 56 2E
Octal 334 20 62 0 135 115 16 536 126 56
Binary 11011100 10000 110010 0 1011101 1001101 1110 101011110 1010110 101110

Color Harmonies of #DC1032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1032

Black with #DC1032

Text Example


Text Example

White with #DC1032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1032; }

 p { color: rgb(220,16,50); }

 H1.HeaderClassName
 {
   color: #DC1032;
 }
 .AnyTagClassName
 {
   color: #DC1032;
 }
</style>

background-color css

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

 a { background-color: rgb(220,16,50); }

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

border-color css

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

 span { border-color: rgb(220,16,50); }

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