Html Css Color HEX #DC113F Crimson

📋 copy color: '#DC113F'

red 220 ◦ green 17 ◦ blue 63

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

Shades of Crimson #DC113F

Tints of Crimson #DC113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21%

R = 73.33%
G = 5.67%
B = 21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC113F (or 0xDC113F) is known color: Crimson. HEX triplet: DC, 11 and 3F. RGB value is (220,17,63). Sum of RGB (Red+Green+Blue) = 220+17+63=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC113F is #23EEC0. Grayscale: #525252. Windows color (decimal): -2354881 or 4133340. OLE color: 4133340.

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

Color convert

RGB 220 17 63 -
CMYK 0 0.92 0.71 0.14
HSL 346.4º 0.86% 0.46% -
HSV(B) 346.4º 0.92% 0.86% -
XYZ 30.61 15.98 6.17 -
YUV 82.94 116.75 225.76 -
System Red Green Blue C M Y K H S L
Decimal 220 17 63 0 0.92 0.71 0.14 346.4 0.86 0.46
Hex DC 11 3F 0 5C 47 E 15A 56 2E
Octal 334 21 77 0 134 107 16 532 126 56
Binary 11011100 10001 111111 0 1011100 1000111 1110 101011010 1010110 101110

Color Harmonies of #DC113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC113F

Black with #DC113F

Text Example


Text Example

White with #DC113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC113F; }

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

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

background-color css

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

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

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

border-color css

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

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

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