Html Css Color HEX #DD120A Free Speech Red

📋 copy color: '#DD120A'

red 221 ◦ green 18 ◦ blue 10

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

Shades of Free Speech Red #DD120A

Tints of Free Speech Red #DD120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.02%

R = 88.76%
G = 7.23%
B = 4.02%

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

#DD120A (or 0xDD120A) is known color: Free Speech Red. HEX triplet: DD, 12 and 0A. RGB value is (221,18,10). Sum of RGB (Red+Green+Blue) = 221+18+10=249 (32% of max value = 765). Red value is 221 (86.72% from 255 or 88.76% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 221 - color contains mainly: red. Hex color #DD120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD120A is #22EDF5. Grayscale: #4E4E4E. Windows color (decimal): -2289142 or 660189. OLE color: 660189.

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

Color convert

RGB 221 18 10 -
CMYK 0 0.92 0.95 0.13
HSL 2.27º 0.91% 0.45% -
HSV(B) 2.27º 0.95% 0.87% -
XYZ 30.09 15.83 1.76 -
YUV 77.79 89.75 230.15 -
System Red Green Blue C M Y K H S L
Decimal 221 18 10 0 0.92 0.95 0.13 2.27 0.91 0.45
Hex DD 12 A 0 5C 5F D 2 5B 2D
Octal 335 22 12 0 134 137 15 2 133 55
Binary 11011101 10010 1010 0 1011100 1011111 1101 10 1011011 101101

Color Harmonies of #DD120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD120A

Black with #DD120A

Text Example


Text Example

White with #DD120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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