Html Css Color HEX #D11501 Free Speech Red

📋 copy color: '#D11501'

red 209 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #D11501

Tints of Free Speech Red #D11501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

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

R = 90.48%
G = 9.09%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D11501 (or 0xD11501) is known color: Free Speech Red. HEX triplet: D1, 15 and 01. RGB value is (209,21,1). Sum of RGB (Red+Green+Blue) = 209+21+1=231 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.48% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 209 - color contains mainly: red. Hex color #D11501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11501 is #2EEAFE. Grayscale: #4B4B4B. Windows color (decimal): -3074815 or 71121. OLE color: 71121.

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

Color convert

RGB 209 21 1 -
CMYK 0 0.90 1.00 0.18
HSL 5.77º 0.99% 0.41% -
HSV(B) 5.77º 1% 0.82% -
XYZ 26.57 14.09 1.35 -
YUV 74.93 86.28 223.63 -
System Red Green Blue C M Y K H S L
Decimal 209 21 1 0 0.90 1.00 0.18 5.77 0.99 0.41
Hex D1 15 1 0 5A 64 12 6 63 29
Octal 321 25 1 0 132 144 22 6 143 51
Binary 11010001 10101 1 0 1011010 1100100 10010 110 1100011 101001

Color Harmonies of #D11501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11501

Black with #D11501

Text Example


Text Example

White with #D11501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11501; }

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

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

background-color css

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

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

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

border-color css

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

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

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