Html Css Color HEX #D11409 Free Speech Red

📋 copy color: '#D11409'

red 209 ◦ green 20 ◦ blue 9

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

Shades of Free Speech Red #D11409

Tints of Free Speech Red #D11409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.4%

 BLUE value IS 9 (3.91% from 255) = 3.78%

R = 87.82%
G = 8.4%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D11409 (or 0xD11409) is known color: Free Speech Red. HEX triplet: D1, 14 and 09. RGB value is (209,20,9). Sum of RGB (Red+Green+Blue) = 209+20+9=238 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.82% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 209 - color contains mainly: red. Hex color #D11409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11409 is #2EEBF6. Grayscale: #4B4B4B. Windows color (decimal): -3075063 or 595153. OLE color: 595153.

HSL color Cylindrical-coordinate representation of color #D11409: hue angle of 3.3º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D11409 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 20 9 -
CMYK 0 0.90 0.96 0.18
HSL 3.3º 0.92% 0.43% -
HSV(B) 3.3º 0.96% 0.82% -
XYZ 26.59 14.08 1.57 -
YUV 75.26 90.62 223.39 -
System Red Green Blue C M Y K H S L
Decimal 209 20 9 0 0.90 0.96 0.18 3.3 0.92 0.43
Hex D1 14 9 0 5A 60 12 3 5C 2B
Octal 321 24 11 0 132 140 22 3 134 53
Binary 11010001 10100 1001 0 1011010 1100000 10010 11 1011100 101011

Color Harmonies of #D11409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11409

Black with #D11409

Text Example


Text Example

White with #D11409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11409; }

 p { color: rgb(209,20,9); }

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

background-color css

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

 a { background-color: rgb(209,20,9); }

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

border-color css

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

 span { border-color: rgb(209,20,9); }

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