Html Css Color HEX #DD1301 Free Speech Red

📋 copy color: '#DD1301'

red 221 ◦ green 19 ◦ blue 1

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

Shades of Free Speech Red #DD1301

Tints of Free Speech Red #DD1301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

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

R = 91.7%
G = 7.88%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD1301 (or 0xDD1301) is known color: Free Speech Red. HEX triplet: DD, 13 and 01. RGB value is (221,19,1). Sum of RGB (Red+Green+Blue) = 221+19+1=241 (31% of max value = 765). Red value is 221 (86.72% from 255 or 91.70% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1301 is #22ECFE. Grayscale: #4D4D4D. Windows color (decimal): -2288895 or 70621. OLE color: 70621.

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

Color convert

RGB 221 19 1 -
CMYK 0 0.91 1.00 0.13
HSL 4.91º 0.99% 0.44% -
HSV(B) 4.91º 1% 0.87% -
XYZ 30.06 15.84 1.5 -
YUV 77.35 84.92 230.46 -
System Red Green Blue C M Y K H S L
Decimal 221 19 1 0 0.91 1.00 0.13 4.91 0.99 0.44
Hex DD 13 1 0 5B 64 D 5 63 2C
Octal 335 23 1 0 133 144 15 5 143 54
Binary 11011101 10011 1 0 1011011 1100100 1101 101 1100011 101100

Color Harmonies of #DD1301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1301

Black with #DD1301

Text Example


Text Example

White with #DD1301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1301; }

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

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

background-color css

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

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

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

border-color css

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

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

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