Html Css Color HEX #DD110F Free Speech Red

📋 copy color: '#DD110F'

red 221 ◦ green 17 ◦ blue 15

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

Shades of Free Speech Red #DD110F

Tints of Free Speech Red #DD110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 87.35%
G = 6.72%
B = 5.93%

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

#DD110F (or 0xDD110F) is known color: Free Speech Red. HEX triplet: DD, 11 and 0F. RGB value is (221,17,15). Sum of RGB (Red+Green+Blue) = 221+17+15=253 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.35% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 221 - color contains mainly: red. Hex color #DD110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD110F is #22EEF0. Grayscale: #4D4D4D. Windows color (decimal): -2289393 or 987613. OLE color: 987613.

HSL color Cylindrical-coordinate representation of color #DD110F: hue angle of 0.58º degrees, saturation: 0.87, 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 #DD110F is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 17 15 -
CMYK 0 0.92 0.93 0.13
HSL 0.58º 0.87% 0.46% -
HSV(B) 0.58º 0.93% 0.87% -
XYZ 30.11 15.81 1.92 -
YUV 77.77 92.59 230.16 -
System Red Green Blue C M Y K H S L
Decimal 221 17 15 0 0.92 0.93 0.13 0.58 0.87 0.46
Hex DD 11 F 0 5C 5D D 1 57 2E
Octal 335 21 17 0 134 135 15 1 127 56
Binary 11011101 10001 1111 0 1011100 1011101 1101 1 1010111 101110

Color Harmonies of #DD110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD110F

Black with #DD110F

Text Example


Text Example

White with #DD110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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