Html Css Color HEX #DD0300 Free Speech Red

📋 copy color: '#DD0300'

red 221 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #DD0300

Tints of Free Speech Red #DD0300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

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

R = 98.66%
G = 1.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD0300 (or 0xDD0300) is known color: Free Speech Red. HEX triplet: DD, 03 and 00. RGB value is (221,3,0). Sum of RGB (Red+Green+Blue) = 221+3+0=224 (29% of max value = 765). Red value is 221 (86.72% from 255 or 98.66% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0300 is #22FCFF. Grayscale: #444444. Windows color (decimal): -2292992 or 989. OLE color: 989.

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

Color convert

RGB 221 3 0 -
CMYK 0 0.99 1 0.13
HSL 0.81º 1% 0.43% -
HSV(B) 0.81º 1% 0.87% -
XYZ 29.85 15.44 1.41 -
YUV 67.84 89.72 237.24 -
System Red Green Blue C M Y K H S L
Decimal 221 3 0 0 0.99 1 0.13 0.81 1 0.43
Hex DD 3 0 0 63 64 D 1 64 2B
Octal 335 3 0 0 143 144 15 1 144 53
Binary 11011101 11 0 0 1100011 1100100 1101 1 1100100 101011

Color Harmonies of #DD0300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0300

Black with #DD0300

Text Example


Text Example

White with #DD0300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0300; }

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

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

background-color css

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

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

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

border-color css

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

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

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