Html Css Color HEX #DD0101 Free Speech Red

📋 copy color: '#DD0101'

red 221 ◦ green 1 ◦ blue 1

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

Shades of Free Speech Red #DD0101

Tints of Free Speech Red #DD0101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 99.1%
G = 0.45%
B = 0.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD0101 (or 0xDD0101) is known color: Free Speech Red. HEX triplet: DD, 01 and 01. RGB value is (221,1,1). Sum of RGB (Red+Green+Blue) = 221+1+1=223 (29% of max value = 765). Red value is 221 (86.72% from 255 or 99.10% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0101 is #22FEFE. Grayscale: #434343. Windows color (decimal): -2293503 or 66013. OLE color: 66013.

HSL color Cylindrical-coordinate representation of color #DD0101: hue angle of 0º 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 #DD0101 is Cyan = 0, Magento = 1.00, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 1 -
CMYK 0 1.00 1.00 0.13
HSL 0.99% 0.44% -
HSV(B) 1% 0.87% -
XYZ 29.84 15.4 1.43 -
YUV 66.78 90.89 238 -
System Red Green Blue C M Y K H S L
Decimal 221 1 1 0 1.00 1.00 0.13 0 0.99 0.44
Hex DD 1 1 0 64 64 D 0 63 2C
Octal 335 1 1 0 144 144 15 0 143 54
Binary 11011101 1 1 0 1100100 1100100 1101 0 1100011 101100

Color Harmonies of #DD0101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0101

Black with #DD0101

Text Example


Text Example

White with #DD0101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0101; }

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

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

background-color css

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

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

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

border-color css

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

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

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