Html Css Color HEX #DD110C Free Speech Red

📋 copy color: '#DD110C'

red 221 ◦ green 17 ◦ blue 12

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

Shades of Free Speech Red #DD110C

Tints of Free Speech Red #DD110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.8%

R = 88.4%
G = 6.8%
B = 4.8%

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

#DD110C (or 0xDD110C) is known color: Free Speech Red. HEX triplet: DD, 11 and 0C. RGB value is (221,17,12). Sum of RGB (Red+Green+Blue) = 221+17+12=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD110C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD110C is #22EEF3. Grayscale: #4D4D4D. Windows color (decimal): -2289396 or 791005. OLE color: 791005.

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

Color convert

RGB 221 17 12 -
CMYK 0 0.92 0.95 0.13
HSL 1.44º 0.9% 0.46% -
HSV(B) 1.44º 0.95% 0.87% -
XYZ 30.09 15.8 1.81 -
YUV 77.43 91.09 230.41 -
System Red Green Blue C M Y K H S L
Decimal 221 17 12 0 0.92 0.95 0.13 1.44 0.9 0.46
Hex DD 11 C 0 5C 5F D 1 5A 2E
Octal 335 21 14 0 134 137 15 1 132 56
Binary 11011101 10001 1100 0 1011100 1011111 1101 1 1011010 101110

Color Harmonies of #DD110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD110C

Black with #DD110C

Text Example


Text Example

White with #DD110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD110C; }

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

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

background-color css

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

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

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

border-color css

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

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

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