Html Css Color HEX #D11307 Free Speech Red

📋 copy color: '#D11307'

red 209 ◦ green 19 ◦ blue 7

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

Shades of Free Speech Red #D11307

Tints of Free Speech Red #D11307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

 BLUE value IS 7 (3.13% from 255) = 2.98%

R = 88.94%
G = 8.09%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D11307 (or 0xD11307) is known color: Free Speech Red. HEX triplet: D1, 13 and 07. RGB value is (209,19,7). Sum of RGB (Red+Green+Blue) = 209+19+7=235 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.94% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 209 - color contains mainly: red. Hex color #D11307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11307 is #2EECF8. Grayscale: #4A4A4A. Windows color (decimal): -3075321 or 463825. OLE color: 463825.

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

Color convert

RGB 209 19 7 -
CMYK 0 0.91 0.97 0.18
HSL 3.56º 0.94% 0.42% -
HSV(B) 3.56º 0.97% 0.82% -
XYZ 26.57 14.04 1.51 -
YUV 74.44 89.95 223.98 -
System Red Green Blue C M Y K H S L
Decimal 209 19 7 0 0.91 0.97 0.18 3.56 0.94 0.42
Hex D1 13 7 0 5B 61 12 4 5E 2A
Octal 321 23 7 0 133 141 22 4 136 52
Binary 11010001 10011 111 0 1011011 1100001 10010 100 1011110 101010

Color Harmonies of #D11307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11307

Black with #D11307

Text Example


Text Example

White with #D11307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11307; }

 p { color: rgb(209,19,7); }

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

background-color css

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

 a { background-color: rgb(209,19,7); }

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

border-color css

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

 span { border-color: rgb(209,19,7); }

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