Html Css Color HEX #DC1111 Free Speech Red

📋 copy color: '#DC1111'

red 220 ◦ green 17 ◦ blue 17

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

Shades of Free Speech Red #DC1111

Tints of Free Speech Red #DC1111

RGB

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

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

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

R = 86.61%
G = 6.69%
B = 6.69%

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

#DC1111 (or 0xDC1111) is known color: Free Speech Red. HEX triplet: DC, 11 and 11. RGB value is (220,17,17). Sum of RGB (Red+Green+Blue) = 220+17+17=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1111 is #23EEEE. Grayscale: #4D4D4D. Windows color (decimal): -2354927 or 1118684. OLE color: 1118684.

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

Color convert

RGB 220 17 17 -
CMYK 0 0.92 0.92 0.14
HSL 0.86% 0.46% -
HSV(B) 0.92% 0.86% -
XYZ 29.82 15.66 1.98 -
YUV 77.7 93.75 229.5 -
System Red Green Blue C M Y K H S L
Decimal 220 17 17 0 0.92 0.92 0.14 0 0.86 0.46
Hex DC 11 11 0 5C 5C E 0 56 2E
Octal 334 21 21 0 134 134 16 0 126 56
Binary 11011100 10001 10001 0 1011100 1011100 1110 0 1010110 101110

Color Harmonies of #DC1111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1111

Black with #DC1111

Text Example


Text Example

White with #DC1111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1111; }

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

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

background-color css

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

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

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

border-color css

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

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

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