Html Css Color HEX #DD0301 Free Speech Red

📋 copy color: '#DD0301'

red 221 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #DD0301

Tints of Free Speech Red #DD0301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 98.22%
G = 1.33%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD0301 (or 0xDD0301) is known color: Free Speech Red. HEX triplet: DD, 03 and 01. RGB value is (221,3,1). Sum of RGB (Red+Green+Blue) = 221+3+1=225 (29% of max value = 765). Red value is 221 (86.72% from 255 or 98.22% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0301 is #22FCFE. Grayscale: #444444. Windows color (decimal): -2292991 or 66525. OLE color: 66525.

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

Color convert

RGB 221 3 1 -
CMYK 0 0.99 1.00 0.13
HSL 0.55º 0.99% 0.44% -
HSV(B) 0.55º 1% 0.87% -
XYZ 29.86 15.44 1.44 -
YUV 67.95 90.22 237.16 -
System Red Green Blue C M Y K H S L
Decimal 221 3 1 0 0.99 1.00 0.13 0.55 0.99 0.44
Hex DD 3 1 0 63 64 D 1 63 2C
Octal 335 3 1 0 143 144 15 1 143 54
Binary 11011101 11 1 0 1100011 1100100 1101 1 1100011 101100

Color Harmonies of #DD0301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0301

Black with #DD0301

Text Example


Text Example

White with #DD0301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0301; }

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

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

background-color css

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

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

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

border-color css

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

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

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