Html Css Color HEX #DD0100 Free Speech Red

📋 copy color: '#DD0100'

red 221 ◦ green 1 ◦ blue 0

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

Shades of Free Speech Red #DD0100

Tints of Free Speech Red #DD0100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 99.55%
G = 0.45%
B = 0%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD0100 (or 0xDD0100) is known color: Free Speech Red. HEX triplet: DD, 01 and 00. RGB value is (221,1,0). Sum of RGB (Red+Green+Blue) = 221+1+0=222 (29% of max value = 765). Red value is 221 (86.72% from 255 or 99.55% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0100 is #22FEFF. Grayscale: #424242. Windows color (decimal): -2293504 or 477. OLE color: 477.

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

Color convert

RGB 221 1 0 -
CMYK 0 1.00 1 0.13
HSL 0.27º 1% 0.43% -
HSV(B) 0.27º 1% 0.87% -
XYZ 29.83 15.39 1.4 -
YUV 66.67 90.39 238.08 -
System Red Green Blue C M Y K H S L
Decimal 221 1 0 0 1.00 1 0.13 0.27 1 0.43
Hex DD 1 0 0 64 64 D 0 64 2B
Octal 335 1 0 0 144 144 15 0 144 53
Binary 11011101 1 0 0 1100100 1100100 1101 0 1100100 101011

Color Harmonies of #DD0100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0100

Black with #DD0100

Text Example


Text Example

White with #DD0100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0100; }

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

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

background-color css

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

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

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

border-color css

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

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

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