Html Css Color HEX #DC113C Crimson

📋 copy color: '#DC113C'

red 220 ◦ green 17 ◦ blue 60

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

Shades of Crimson #DC113C

Tints of Crimson #DC113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 74.07%
G = 5.72%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC113C (or 0xDC113C) is known color: Crimson. HEX triplet: DC, 11 and 3C. RGB value is (220,17,60). Sum of RGB (Red+Green+Blue) = 220+17+60=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC113C is #23EEC3. Grayscale: #525252. Windows color (decimal): -2354884 or 3936732. OLE color: 3936732.

HSL color Cylindrical-coordinate representation of color #DC113C: hue angle of 347.29º 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 #DC113C is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 17 60 -
CMYK 0 0.92 0.73 0.14
HSL 347.29º 0.86% 0.46% -
HSV(B) 347.29º 0.92% 0.86% -
XYZ 30.53 15.94 5.74 -
YUV 82.6 115.25 226 -
System Red Green Blue C M Y K H S L
Decimal 220 17 60 0 0.92 0.73 0.14 347.29 0.86 0.46
Hex DC 11 3C 0 5C 49 E 15B 56 2E
Octal 334 21 74 0 134 111 16 533 126 56
Binary 11011100 10001 111100 0 1011100 1001001 1110 101011011 1010110 101110

Color Harmonies of #DC113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC113C

Black with #DC113C

Text Example


Text Example

White with #DC113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC113C; }

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

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

background-color css

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

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

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

border-color css

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

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

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