Html Css Color HEX #DC1211 Free Speech Red

📋 copy color: '#DC1211'

red 220 ◦ green 18 ◦ blue 17

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

Shades of Free Speech Red #DC1211

Tints of Free Speech Red #DC1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 86.27%
G = 7.06%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC1211 (or 0xDC1211) is known color: Free Speech Red. HEX triplet: DC, 12 and 11. RGB value is (220,18,17). Sum of RGB (Red+Green+Blue) = 220+18+17=255 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.27% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1211 is #23EDEE. Grayscale: #4E4E4E. Windows color (decimal): -2354671 or 1118940. OLE color: 1118940.

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

Color convert

RGB 220 18 17 -
CMYK 0 0.92 0.92 0.14
HSL 0.3º 0.86% 0.46% -
HSV(B) 0.3º 0.92% 0.86% -
XYZ 29.83 15.69 1.99 -
YUV 78.28 93.42 229.08 -
System Red Green Blue C M Y K H S L
Decimal 220 18 17 0 0.92 0.92 0.14 0.3 0.86 0.46
Hex DC 12 11 0 5C 5C E 0 56 2E
Octal 334 22 21 0 134 134 16 0 126 56
Binary 11011100 10010 10001 0 1011100 1011100 1110 0 1010110 101110

Color Harmonies of #DC1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1211

Black with #DC1211

Text Example


Text Example

White with #DC1211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1211; }

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

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

background-color css

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

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

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

border-color css

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

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

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