#DD0403

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

Shades of Free Speech Red #DD0403

Tints of Free Speech Red #DD0403

Color information

#DD0403 (or 0xDD0403) is unknown color: approx Free Speech Red. HEX triplet: DD, 04 and 03. RGB value is (221,4,3). Sum of RGB (Red+Green+Blue) = 221+4+3=228 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.93% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0403 is #22FBFC. Grayscale: #444444. Windows color (decimal): -2292733 or 197853. OLE color: 197853.

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

Color convert

RGB22143-
CMYK00.980.990.13
HSL0.28º97.32%43.92%-
HSV(B)0.28º98.64%86.67%-
XYZ29.8815.471.5-
YUV68.7790.89236.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 96.93%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=96.93%
G=1.75%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214300.980.990.130.2897.3243.92
HexDD4306263D0612c
Octal33543014214315014154
Binary1101110110011011000101100011110101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0403; }

 p { color: rgb(221,4,3); }

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

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

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

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

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

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

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