Html Css Color HEX #DD0500 Free Speech Red

📋 copy color: '#DD0500'

red 221 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #DD0500

Tints of Free Speech Red #DD0500

RGB

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

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

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

R = 97.79%
G = 2.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD0500 (or 0xDD0500) is known color: Free Speech Red. HEX triplet: DD, 05 and 00. RGB value is (221,5,0). Sum of RGB (Red+Green+Blue) = 221+5+0=226 (29% of max value = 765). Red value is 221 (86.72% from 255 or 97.79% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0500 is #22FAFF. Grayscale: #454545. Windows color (decimal): -2292480 or 1501. OLE color: 1501.

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

Color convert

RGB 221 5 0 -
CMYK 0 0.98 1 0.13
HSL 1.36º 1% 0.43% -
HSV(B) 1.36º 1% 0.87% -
XYZ 29.87 15.48 1.41 -
YUV 69.01 89.06 236.41 -
System Red Green Blue C M Y K H S L
Decimal 221 5 0 0 0.98 1 0.13 1.36 1 0.43
Hex DD 5 0 0 62 64 D 1 64 2B
Octal 335 5 0 0 142 144 15 1 144 53
Binary 11011101 101 0 0 1100010 1100100 1101 1 1100100 101011

Color Harmonies of #DD0500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0500

Black with #DD0500

Text Example


Text Example

White with #DD0500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0500; }

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

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

background-color css

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

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

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

border-color css

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

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

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