Html Css Color HEX #DC112B Crimson

📋 copy color: '#DC112B'

red 220 ◦ green 17 ◦ blue 43

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

Shades of Crimson #DC112B

Tints of Crimson #DC112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 78.57%
G = 6.07%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC112B (or 0xDC112B) is known color: Crimson. HEX triplet: DC, 11 and 2B. RGB value is (220,17,43). Sum of RGB (Red+Green+Blue) = 220+17+43=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC112B is #23EED4. Grayscale: #505050. Windows color (decimal): -2354901 or 2822620. OLE color: 2822620.

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

Color convert

RGB 220 17 43 -
CMYK 0 0.92 0.80 0.14
HSL 352.32º 0.86% 0.46% -
HSV(B) 352.32º 0.92% 0.86% -
XYZ 30.15 15.79 3.74 -
YUV 80.66 106.75 227.39 -
System Red Green Blue C M Y K H S L
Decimal 220 17 43 0 0.92 0.80 0.14 352.32 0.86 0.46
Hex DC 11 2B 0 5C 50 E 160 56 2E
Octal 334 21 53 0 134 120 16 540 126 56
Binary 11011100 10001 101011 0 1011100 1010000 1110 101100000 1010110 101110

Color Harmonies of #DC112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC112B

Black with #DC112B

Text Example


Text Example

White with #DC112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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