Html Css Color HEX #D1120D Free Speech Red

📋 copy color: '#D1120D'

red 209 ◦ green 18 ◦ blue 13

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

Shades of Free Speech Red #D1120D

Tints of Free Speech Red #D1120D

RGB

 RED value IS 209 (82.03% from 255) = 87.08%

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

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

R = 87.08%
G = 7.5%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1120D (or 0xD1120D) is known color: Free Speech Red. HEX triplet: D1, 12 and 0D. RGB value is (209,18,13). Sum of RGB (Red+Green+Blue) = 209+18+13=240 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.08% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 209 - color contains mainly: red. Hex color #D1120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1120D is #2EEDF2. Grayscale: #4A4A4A. Windows color (decimal): -3075571 or 856785. OLE color: 856785.

HSL color Cylindrical-coordinate representation of color #D1120D: hue angle of 1.53º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1120D is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 13 -
CMYK 0 0.91 0.94 0.18
HSL 1.53º 0.88% 0.44% -
HSV(B) 1.53º 0.94% 0.82% -
XYZ 26.58 14.02 1.69 -
YUV 74.54 93.28 223.91 -
System Red Green Blue C M Y K H S L
Decimal 209 18 13 0 0.91 0.94 0.18 1.53 0.88 0.44
Hex D1 12 D 0 5B 5E 12 2 58 2C
Octal 321 22 15 0 133 136 22 2 130 54
Binary 11010001 10010 1101 0 1011011 1011110 10010 10 1011000 101100

Color Harmonies of #D1120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1120D

Black with #D1120D

Text Example


Text Example

White with #D1120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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