Html Css Color HEX #DD1400 Free Speech Red

📋 copy color: '#DD1400'

red 221 ◦ green 20 ◦ blue 0

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

Shades of Free Speech Red #DD1400

Tints of Free Speech Red #DD1400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

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

R = 91.7%
G = 8.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD1400 (or 0xDD1400) is known color: Free Speech Red. HEX triplet: DD, 14 and 00. RGB value is (221,20,0). Sum of RGB (Red+Green+Blue) = 221+20+0=241 (31% of max value = 765). Red value is 221 (86.72% from 255 or 91.70% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1400 is #22EBFF. Grayscale: #4E4E4E. Windows color (decimal): -2288640 or 5341. OLE color: 5341.

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

Color convert

RGB 221 20 0 -
CMYK 0 0.91 1 0.13
HSL 5.43º 1% 0.43% -
HSV(B) 5.43º 1% 0.87% -
XYZ 30.07 15.87 1.48 -
YUV 77.82 84.09 230.13 -
System Red Green Blue C M Y K H S L
Decimal 221 20 0 0 0.91 1 0.13 5.43 1 0.43
Hex DD 14 0 0 5B 64 D 5 64 2B
Octal 335 24 0 0 133 144 15 5 144 53
Binary 11011101 10100 0 0 1011011 1100100 1101 101 1100100 101011

Color Harmonies of #DD1400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1400

Black with #DD1400

Text Example


Text Example

White with #DD1400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1400; }

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

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

background-color css

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

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

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

border-color css

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

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

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