Html Css Color HEX #D11500 Free Speech Red

📋 copy color: '#D11500'

red 209 ◦ green 21 ◦ blue 0

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

Shades of Free Speech Red #D11500

Tints of Free Speech Red #D11500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.87%
G = 9.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D11500 (or 0xD11500) is known color: Free Speech Red. HEX triplet: D1, 15 and 00. RGB value is (209,21,0). Sum of RGB (Red+Green+Blue) = 209+21+0=230 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.87% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 209 - color contains mainly: red. Hex color #D11500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11500 is #2EEAFF. Grayscale: #4B4B4B. Windows color (decimal): -3074816 or 5585. OLE color: 5585.

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

Color convert

RGB 209 21 0 -
CMYK 0 0.90 1 0.18
HSL 6.03º 1% 0.41% -
HSV(B) 6.03º 1% 0.82% -
XYZ 26.56 14.09 1.32 -
YUV 74.82 85.78 223.71 -
System Red Green Blue C M Y K H S L
Decimal 209 21 0 0 0.90 1 0.18 6.03 1 0.41
Hex D1 15 0 0 5A 64 12 6 64 29
Octal 321 25 0 0 132 144 22 6 144 51
Binary 11010001 10101 0 0 1011010 1100100 10010 110 1100100 101001

Color Harmonies of #D11500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11500

Black with #D11500

Text Example


Text Example

White with #D11500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11500; }

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

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

background-color css

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

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

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

border-color css

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

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

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