Html Css Color HEX #D11505 Free Speech Red

📋 copy color: '#D11505'

red 209 ◦ green 21 ◦ blue 5

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

Shades of Free Speech Red #D11505

Tints of Free Speech Red #D11505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 88.94%
G = 8.94%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D11505 (or 0xD11505) is known color: Free Speech Red. HEX triplet: D1, 15 and 05. RGB value is (209,21,5). Sum of RGB (Red+Green+Blue) = 209+21+5=235 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.94% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 209 - color contains mainly: red. Hex color #D11505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11505 is #2EEAFA. Grayscale: #4B4B4B. Windows color (decimal): -3074811 or 333265. OLE color: 333265.

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

Color convert

RGB 209 21 5 -
CMYK 0 0.90 0.98 0.18
HSL 4.71º 0.95% 0.42% -
HSV(B) 4.71º 0.98% 0.82% -
XYZ 26.59 14.1 1.46 -
YUV 75.39 88.28 223.3 -
System Red Green Blue C M Y K H S L
Decimal 209 21 5 0 0.90 0.98 0.18 4.71 0.95 0.42
Hex D1 15 5 0 5A 62 12 5 5F 2A
Octal 321 25 5 0 132 142 22 5 137 52
Binary 11010001 10101 101 0 1011010 1100010 10010 101 1011111 101010

Color Harmonies of #D11505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11505

Black with #D11505

Text Example


Text Example

White with #D11505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11505; }

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

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

background-color css

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

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

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

border-color css

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

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

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