Html Css Color HEX #DD0501 Free Speech Red

📋 copy color: '#DD0501'

red 221 ◦ green 5 ◦ blue 1

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

Shades of Free Speech Red #DD0501

Tints of Free Speech Red #DD0501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 97.36%
G = 2.2%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD0501 (or 0xDD0501) is known color: Free Speech Red. HEX triplet: DD, 05 and 01. RGB value is (221,5,1). Sum of RGB (Red+Green+Blue) = 221+5+1=227 (30% of max value = 765). Red value is 221 (86.72% from 255 or 97.36% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0501 is #22FAFE. Grayscale: #454545. Windows color (decimal): -2292479 or 67037. OLE color: 67037.

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

Color convert

RGB 221 5 1 -
CMYK 0 0.98 1.00 0.13
HSL 1.09º 0.99% 0.44% -
HSV(B) 1.09º 1% 0.87% -
XYZ 29.88 15.48 1.44 -
YUV 69.13 89.56 236.33 -
System Red Green Blue C M Y K H S L
Decimal 221 5 1 0 0.98 1.00 0.13 1.09 0.99 0.44
Hex DD 5 1 0 62 64 D 1 63 2C
Octal 335 5 1 0 142 144 15 1 143 54
Binary 11011101 101 1 0 1100010 1100100 1101 1 1100011 101100

Color Harmonies of #DD0501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0501

Black with #DD0501

Text Example


Text Example

White with #DD0501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0501; }

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

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

background-color css

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

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

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

border-color css

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

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

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