Html Css Color HEX #DD110B Free Speech Red

📋 copy color: '#DD110B'

red 221 ◦ green 17 ◦ blue 11

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

Shades of Free Speech Red #DD110B

Tints of Free Speech Red #DD110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 88.76%
G = 6.83%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD110B (or 0xDD110B) is known color: Free Speech Red. HEX triplet: DD, 11 and 0B. RGB value is (221,17,11). Sum of RGB (Red+Green+Blue) = 221+17+11=249 (32% of max value = 765). Red value is 221 (86.72% from 255 or 88.76% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 221 - color contains mainly: red. Hex color #DD110B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD110B is #22EEF4. Grayscale: #4D4D4D. Windows color (decimal): -2289397 or 725469. OLE color: 725469.

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

Color convert

RGB 221 17 11 -
CMYK 0 0.92 0.95 0.13
HSL 1.71º 0.91% 0.45% -
HSV(B) 1.71º 0.95% 0.87% -
XYZ 30.08 15.8 1.78 -
YUV 77.31 90.59 230.49 -
System Red Green Blue C M Y K H S L
Decimal 221 17 11 0 0.92 0.95 0.13 1.71 0.91 0.45
Hex DD 11 B 0 5C 5F D 2 5B 2D
Octal 335 21 13 0 134 137 15 2 133 55
Binary 11011101 10001 1011 0 1011100 1011111 1101 10 1011011 101101

Color Harmonies of #DD110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD110B

Black with #DD110B

Text Example


Text Example

White with #DD110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD110B; }

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

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

background-color css

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

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

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

border-color css

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

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

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