Html Css Color HEX #DC1132 Crimson

📋 copy color: '#DC1132'

red 220 ◦ green 17 ◦ blue 50

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

Shades of Crimson #DC1132

Tints of Crimson #DC1132

RGB

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

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

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

R = 76.66%
G = 5.92%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC1132 (or 0xDC1132) is known color: Crimson. HEX triplet: DC, 11 and 32. RGB value is (220,17,50). Sum of RGB (Red+Green+Blue) = 220+17+50=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1132 is #23EECD. Grayscale: #515151. Windows color (decimal): -2354894 or 3281372. OLE color: 3281372.

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

Color convert

RGB 220 17 50 -
CMYK 0 0.92 0.77 0.14
HSL 350.25º 0.86% 0.46% -
HSV(B) 350.25º 0.92% 0.86% -
XYZ 30.29 15.85 4.48 -
YUV 81.46 110.25 226.82 -
System Red Green Blue C M Y K H S L
Decimal 220 17 50 0 0.92 0.77 0.14 350.25 0.86 0.46
Hex DC 11 32 0 5C 4D E 15E 56 2E
Octal 334 21 62 0 134 115 16 536 126 56
Binary 11011100 10001 110010 0 1011100 1001101 1110 101011110 1010110 101110

Color Harmonies of #DC1132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1132

Black with #DC1132

Text Example


Text Example

White with #DC1132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1132; }

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

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

background-color css

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

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

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

border-color css

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

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

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