Html Css Color HEX #DD120B Free Speech Red

📋 copy color: '#DD120B'

red 221 ◦ green 18 ◦ blue 11

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

Shades of Free Speech Red #DD120B

Tints of Free Speech Red #DD120B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.4%

R = 88.4%
G = 7.2%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD120B (or 0xDD120B) is known color: Free Speech Red. HEX triplet: DD, 12 and 0B. RGB value is (221,18,11). Sum of RGB (Red+Green+Blue) = 221+18+11=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD120B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD120B is #22EDF4. Grayscale: #4E4E4E. Windows color (decimal): -2289141 or 725725. OLE color: 725725.

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

Color convert

RGB 221 18 11 -
CMYK 0 0.92 0.95 0.13
HSL 0.91% 0.45% -
HSV(B) 0.95% 0.87% -
XYZ 30.1 15.83 1.79 -
YUV 77.9 90.25 230.07 -
System Red Green Blue C M Y K H S L
Decimal 221 18 11 0 0.92 0.95 0.13 2 0.91 0.45
Hex DD 12 B 0 5C 5F D 2 5B 2D
Octal 335 22 13 0 134 137 15 2 133 55
Binary 11011101 10010 1011 0 1011100 1011111 1101 10 1011011 101101

Color Harmonies of #DD120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD120B

Black with #DD120B

Text Example


Text Example

White with #DD120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD120B; }

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

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

background-color css

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

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

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

border-color css

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

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

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