Html Css Color HEX #D11301 Free Speech Red

📋 copy color: '#D11301'

red 209 ◦ green 19 ◦ blue 1

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

Shades of Free Speech Red #D11301

Tints of Free Speech Red #D11301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 91.27%
G = 8.3%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D11301 (or 0xD11301) is known color: Free Speech Red. HEX triplet: D1, 13 and 01. RGB value is (209,19,1). Sum of RGB (Red+Green+Blue) = 209+19+1=229 (30% of max value = 765). Red value is 209 (82.03% from 255 or 91.27% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 209 - color contains mainly: red. Hex color #D11301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11301 is #2EECFE. Grayscale: #4A4A4A. Windows color (decimal): -3075327 or 70609. OLE color: 70609.

HSL color Cylindrical-coordinate representation of color #D11301: hue angle of 5.19º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D11301 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 19 1 -
CMYK 0 0.91 1.00 0.18
HSL 5.19º 0.99% 0.41% -
HSV(B) 5.19º 1% 0.82% -
XYZ 26.53 14.02 1.34 -
YUV 73.76 86.95 224.46 -
System Red Green Blue C M Y K H S L
Decimal 209 19 1 0 0.91 1.00 0.18 5.19 0.99 0.41
Hex D1 13 1 0 5B 64 12 5 63 29
Octal 321 23 1 0 133 144 22 5 143 51
Binary 11010001 10011 1 0 1011011 1100100 10010 101 1100011 101001

Color Harmonies of #D11301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11301

Black with #D11301

Text Example


Text Example

White with #D11301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11301; }

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

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

background-color css

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

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

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

border-color css

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

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

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