Html Css Color HEX #DD1101 Free Speech Red

📋 copy color: '#DD1101'

red 221 ◦ green 17 ◦ blue 1

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

Shades of Free Speech Red #DD1101

Tints of Free Speech Red #DD1101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 92.47%
G = 7.11%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD1101 (or 0xDD1101) is known color: Free Speech Red. HEX triplet: DD, 11 and 01. RGB value is (221,17,1). Sum of RGB (Red+Green+Blue) = 221+17+1=239 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.47% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1101 is #22EEFE. Grayscale: #4C4C4C. Windows color (decimal): -2289407 or 70109. OLE color: 70109.

HSL color Cylindrical-coordinate representation of color #DD1101: hue angle of 4.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD1101 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 17 1 -
CMYK 0 0.92 1.00 0.13
HSL 4.36º 0.99% 0.44% -
HSV(B) 4.36º 1% 0.87% -
XYZ 30.02 15.78 1.49 -
YUV 76.17 85.59 231.3 -
System Red Green Blue C M Y K H S L
Decimal 221 17 1 0 0.92 1.00 0.13 4.36 0.99 0.44
Hex DD 11 1 0 5C 64 D 4 63 2C
Octal 335 21 1 0 134 144 15 4 143 54
Binary 11011101 10001 1 0 1011100 1100100 1101 100 1100011 101100

Color Harmonies of #DD1101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1101

Black with #DD1101

Text Example


Text Example

White with #DD1101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1101; }

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

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

background-color css

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

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

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

border-color css

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

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

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