Html Css Color HEX #DD1000 Free Speech Red

📋 copy color: '#DD1000'

red 221 ◦ green 16 ◦ blue 0

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

Shades of Free Speech Red #DD1000

Tints of Free Speech Red #DD1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.75%

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

R = 93.25%
G = 6.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD1000 (or 0xDD1000) is known color: Free Speech Red. HEX triplet: DD, 10 and 00. RGB value is (221,16,0). Sum of RGB (Red+Green+Blue) = 221+16+0=237 (31% of max value = 765). Red value is 221 (86.72% from 255 or 93.25% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1000 is #22EFFF. Grayscale: #4B4B4B. Windows color (decimal): -2289664 or 4317. OLE color: 4317.

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

Color convert

RGB 221 16 0 -
CMYK 0 0.93 1 0.13
HSL 4.34º 1% 0.43% -
HSV(B) 4.34º 1% 0.87% -
XYZ 30 15.74 1.46 -
YUV 75.47 85.42 231.8 -
System Red Green Blue C M Y K H S L
Decimal 221 16 0 0 0.93 1 0.13 4.34 1 0.43
Hex DD 10 0 0 5D 64 D 4 64 2B
Octal 335 20 0 0 135 144 15 4 144 53
Binary 11011101 10000 0 0 1011101 1100100 1101 100 1100100 101011

Color Harmonies of #DD1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1000

Black with #DD1000

Text Example


Text Example

White with #DD1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1000; }

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

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

background-color css

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

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

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

border-color css

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

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

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