Html Css Color HEX #DD1210 Free Speech Red

📋 copy color: '#DD1210'

red 221 ◦ green 18 ◦ blue 16

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

Shades of Free Speech Red #DD1210

Tints of Free Speech Red #DD1210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.06%

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 86.67%
G = 7.06%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD1210 (or 0xDD1210) is known color: Free Speech Red. HEX triplet: DD, 12 and 10. RGB value is (221,18,16). Sum of RGB (Red+Green+Blue) = 221+18+16=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1210 is #22EDEF. Grayscale: #4E4E4E. Windows color (decimal): -2289136 or 1053405. OLE color: 1053405.

HSL color Cylindrical-coordinate representation of color #DD1210: hue angle of 0.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1210 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 18 16 -
CMYK 0 0.92 0.93 0.13
HSL 0.59º 0.86% 0.46% -
HSV(B) 0.59º 0.93% 0.87% -
XYZ 30.13 15.84 1.96 -
YUV 78.47 92.75 229.66 -
System Red Green Blue C M Y K H S L
Decimal 221 18 16 0 0.92 0.93 0.13 0.59 0.86 0.46
Hex DD 12 10 0 5C 5D D 1 56 2E
Octal 335 22 20 0 134 135 15 1 126 56
Binary 11011101 10010 10000 0 1011100 1011101 1101 1 1010110 101110

Color Harmonies of #DD1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1210

Black with #DD1210

Text Example


Text Example

White with #DD1210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1210; }

 p { color: rgb(221,18,16); }

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

background-color css

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

 a { background-color: rgb(221,18,16); }

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

border-color css

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

 span { border-color: rgb(221,18,16); }

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