Html Css Color HEX #DC112C Crimson

📋 copy color: '#DC112C'

red 220 ◦ green 17 ◦ blue 44

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

Shades of Crimson #DC112C

Tints of Crimson #DC112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.05%

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 78.29%
G = 6.05%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC112C (or 0xDC112C) is known color: Crimson. HEX triplet: DC, 11 and 2C. RGB value is (220,17,44). Sum of RGB (Red+Green+Blue) = 220+17+44=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC112C is #23EED3. Grayscale: #505050. Windows color (decimal): -2354900 or 2888156. OLE color: 2888156.

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

Color convert

RGB 220 17 44 -
CMYK 0 0.92 0.8 0.14
HSL 352.02º 0.86% 0.46% -
HSV(B) 352.02º 0.92% 0.86% -
XYZ 30.17 15.8 3.84 -
YUV 80.78 107.25 227.3 -
System Red Green Blue C M Y K H S L
Decimal 220 17 44 0 0.92 0.8 0.14 352.02 0.86 0.46
Hex DC 11 2C 0 5C 50 E 160 56 2E
Octal 334 21 54 0 134 120 16 540 126 56
Binary 11011100 10001 101100 0 1011100 1010000 1110 101100000 1010110 101110

Color Harmonies of #DC112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC112C

Black with #DC112C

Text Example


Text Example

White with #DC112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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