Html Css Color HEX #D11515 Free Speech Red

📋 copy color: '#D11515'

red 209 ◦ green 21 ◦ blue 21

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

Shades of Free Speech Red #D11515

Tints of Free Speech Red #D11515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 83.27%
G = 8.37%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D11515 (or 0xD11515) is known color: Free Speech Red. HEX triplet: D1, 15 and 15. RGB value is (209,21,21). Sum of RGB (Red+Green+Blue) = 209+21+21=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D11515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11515 is #2EEAEA. Grayscale: #4D4D4D. Windows color (decimal): -3074795 or 1381841. OLE color: 1381841.

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

Color convert

RGB 209 21 21 -
CMYK 0 0.90 0.90 0.18
HSL 0.82% 0.45% -
HSV(B) 0.9% 0.82% -
XYZ 26.7 14.15 2.03 -
YUV 77.21 96.28 222 -
System Red Green Blue C M Y K H S L
Decimal 209 21 21 0 0.90 0.90 0.18 0 0.82 0.45
Hex D1 15 15 0 5A 5A 12 0 52 2D
Octal 321 25 25 0 132 132 22 0 122 55
Binary 11010001 10101 10101 0 1011010 1011010 10010 0 1010010 101101

Color Harmonies of #D11515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11515

Black with #D11515

Text Example


Text Example

White with #D11515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11515; }

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

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

background-color css

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

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

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

border-color css

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

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

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