Html Css Color HEX #DD110D Free Speech Red

📋 copy color: '#DD110D'

red 221 ◦ green 17 ◦ blue 13

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

Shades of Free Speech Red #DD110D

Tints of Free Speech Red #DD110D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.18%

R = 88.05%
G = 6.77%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD110D (or 0xDD110D) is known color: Free Speech Red. HEX triplet: DD, 11 and 0D. RGB value is (221,17,13). Sum of RGB (Red+Green+Blue) = 221+17+13=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD110D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD110D is #22EEF2. Grayscale: #4D4D4D. Windows color (decimal): -2289395 or 856541. OLE color: 856541.

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

Color convert

RGB 221 17 13 -
CMYK 0 0.92 0.94 0.13
HSL 1.15º 0.89% 0.46% -
HSV(B) 1.15º 0.94% 0.87% -
XYZ 30.09 15.8 1.84 -
YUV 77.54 91.59 230.33 -
System Red Green Blue C M Y K H S L
Decimal 221 17 13 0 0.92 0.94 0.13 1.15 0.89 0.46
Hex DD 11 D 0 5C 5E D 1 59 2E
Octal 335 21 15 0 134 136 15 1 131 56
Binary 11011101 10001 1101 0 1011100 1011110 1101 1 1011001 101110

Color Harmonies of #DD110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD110D

Black with #DD110D

Text Example


Text Example

White with #DD110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD110D; }

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

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

background-color css

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

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

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

border-color css

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

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

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