Html Css Color HEX #DD120D Free Speech Red

📋 copy color: '#DD120D'

red 221 ◦ green 18 ◦ blue 13

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

Shades of Free Speech Red #DD120D

Tints of Free Speech Red #DD120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 87.7%
G = 7.14%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD120D (or 0xDD120D) is known color: Free Speech Red. HEX triplet: DD, 12 and 0D. RGB value is (221,18,13). Sum of RGB (Red+Green+Blue) = 221+18+13=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD120D is #22EDF2. Grayscale: #4E4E4E. Windows color (decimal): -2289139 or 856797. OLE color: 856797.

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

Color convert

RGB 221 18 13 -
CMYK 0 0.92 0.94 0.13
HSL 1.44º 0.89% 0.46% -
HSV(B) 1.44º 0.94% 0.87% -
XYZ 30.11 15.83 1.85 -
YUV 78.13 91.25 229.91 -
System Red Green Blue C M Y K H S L
Decimal 221 18 13 0 0.92 0.94 0.13 1.44 0.89 0.46
Hex DD 12 D 0 5C 5E D 1 59 2E
Octal 335 22 15 0 134 136 15 1 131 56
Binary 11011101 10010 1101 0 1011100 1011110 1101 1 1011001 101110

Color Harmonies of #DD120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD120D

Black with #DD120D

Text Example


Text Example

White with #DD120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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