Html Css Color HEX #DD1110 Free Speech Red

📋 copy color: '#DD1110'

red 221 ◦ green 17 ◦ blue 16

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

Shades of Free Speech Red #DD1110

Tints of Free Speech Red #DD1110

RGB

 RED value IS 221 (86.72% from 255) = 87.01%

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

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 87.01%
G = 6.69%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD1110 (or 0xDD1110) is known color: Free Speech Red. HEX triplet: DD, 11 and 10. RGB value is (221,17,16). Sum of RGB (Red+Green+Blue) = 221+17+16=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1110 is #22EEEF. Grayscale: #4E4E4E. Windows color (decimal): -2289392 or 1053149. OLE color: 1053149.

HSL color Cylindrical-coordinate representation of color #DD1110: hue angle of 0.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1110 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 17 16 -
CMYK 0 0.92 0.93 0.13
HSL 0.29º 0.86% 0.46% -
HSV(B) 0.29º 0.93% 0.87% -
XYZ 30.11 15.81 1.95 -
YUV 77.88 93.09 230.08 -
System Red Green Blue C M Y K H S L
Decimal 221 17 16 0 0.92 0.93 0.13 0.29 0.86 0.46
Hex DD 11 10 0 5C 5D D 0 56 2E
Octal 335 21 20 0 134 135 15 0 126 56
Binary 11011101 10001 10000 0 1011100 1011101 1101 0 1010110 101110

Color Harmonies of #DD1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1110

Black with #DD1110

Text Example


Text Example

White with #DD1110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1110; }

 p { color: rgb(221,17,16); }

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

background-color css

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

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

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

border-color css

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

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

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