Html Css Color HEX #D11609 Free Speech Red

📋 copy color: '#D11609'

red 209 ◦ green 22 ◦ blue 9

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

Shades of Free Speech Red #D11609

Tints of Free Speech Red #D11609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.17%

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

R = 87.08%
G = 9.17%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D11609 (or 0xD11609) is known color: Free Speech Red. HEX triplet: D1, 16 and 09. RGB value is (209,22,9). Sum of RGB (Red+Green+Blue) = 209+22+9=240 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.08% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 209 - color contains mainly: red. Hex color #D11609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11609 is #2EE9F6. Grayscale: #4C4C4C. Windows color (decimal): -3074551 or 595665. OLE color: 595665.

HSL color Cylindrical-coordinate representation of color #D11609: hue angle of 3.9º 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 #D11609 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 22 9 -
CMYK 0 0.89 0.96 0.18
HSL 3.9º 0.92% 0.43% -
HSV(B) 3.9º 0.96% 0.82% -
XYZ 26.63 14.15 1.59 -
YUV 76.43 89.95 222.56 -
System Red Green Blue C M Y K H S L
Decimal 209 22 9 0 0.89 0.96 0.18 3.9 0.92 0.43
Hex D1 16 9 0 59 60 12 4 5C 2B
Octal 321 26 11 0 131 140 22 4 134 53
Binary 11010001 10110 1001 0 1011001 1100000 10010 100 1011100 101011

Color Harmonies of #D11609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11609

Black with #D11609

Text Example


Text Example

White with #D11609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11609; }

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

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

background-color css

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

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

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

border-color css

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

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

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