#DD0E07

Color #DD0E07 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #DD0E07

Tints of Free Speech Red #DD0E07

Color information

#DD0E07 (or 0xDD0E07) is unknown color: approx Free Speech Red. HEX triplet: DD, 0E and 07. RGB value is (221,14,7). Sum of RGB (Red+Green+Blue) = 221+14+7=242 (32% of max value = 765). Red value is 221 (86.72% from 255 or 91.32% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0E07 is #22F1F8. Grayscale: #4B4B4B. Windows color (decimal): -2290169 or 462557. OLE color: 462557.

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

Color convert

RGB221147-
CMYK00.940.970.13
HSL1.96º93.86%44.71%-
HSV(B)1.96º96.83%86.67%-
XYZ30.0115.71.65-
YUV75.189.58232.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 91.32%
GREEN value IS 14 (5.86% from 255) = 5.79%
BLUE value IS 7 (3.12% from 255) = 2.89%
R=91.32%
G=5.79%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114700.940.970.131.9693.8644.71
HexDDE705E61D25e2d
Octal335167013614115213655
Binary1101110111101110101111011000011101101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0E07; }

 p { color: rgb(221,14,7); }

 H1.HeaderClassName
 {
   color: #DD0E07;
 }
 .AnyTagClassName
 {
   color: #DD0E07;
 }
</style>
background-color css

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

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

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

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

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

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