Html Css Color HEX #D11503 Free Speech Red

📋 copy color: '#D11503'

red 209 ◦ green 21 ◦ blue 3

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

Shades of Free Speech Red #D11503

Tints of Free Speech Red #D11503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 89.7%
G = 9.01%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D11503 (or 0xD11503) is known color: Free Speech Red. HEX triplet: D1, 15 and 03. RGB value is (209,21,3). Sum of RGB (Red+Green+Blue) = 209+21+3=233 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.70% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 209 - color contains mainly: red. Hex color #D11503 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11503 is #2EEAFC. Grayscale: #4B4B4B. Windows color (decimal): -3074813 or 202193. OLE color: 202193.

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

Color convert

RGB 209 21 3 -
CMYK 0 0.90 0.99 0.18
HSL 5.24º 0.97% 0.42% -
HSV(B) 5.24º 0.99% 0.82% -
XYZ 26.58 14.1 1.41 -
YUV 75.16 87.28 223.46 -
System Red Green Blue C M Y K H S L
Decimal 209 21 3 0 0.90 0.99 0.18 5.24 0.97 0.42
Hex D1 15 3 0 5A 63 12 5 61 2A
Octal 321 25 3 0 132 143 22 5 141 52
Binary 11010001 10101 11 0 1011010 1100011 10010 101 1100001 101010

Color Harmonies of #D11503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11503

Black with #D11503

Text Example


Text Example

White with #D11503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11503; }

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

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

background-color css

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

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

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

border-color css

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

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

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