Html Css Color HEX #D11414 Free Speech Red

📋 copy color: '#D11414'

red 209 ◦ green 20 ◦ blue 20

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

Shades of Free Speech Red #D11414

Tints of Free Speech Red #D11414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.03%

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 83.94%
G = 8.03%
B = 8.03%

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

#D11414 (or 0xD11414) is known color: Free Speech Red. HEX triplet: D1, 14 and 14. RGB value is (209,20,20). Sum of RGB (Red+Green+Blue) = 209+20+20=249 (32% of max value = 765). Red value is 209 (82.03% from 255 or 83.94% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 209 - color contains mainly: red. Hex color #D11414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11414 is #2EEBEB. Grayscale: #4C4C4C. Windows color (decimal): -3075052 or 1316049. OLE color: 1316049.

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

Color convert

RGB 209 20 20 -
CMYK 0 0.90 0.90 0.18
HSL 0.83% 0.45% -
HSV(B) 0.9% 0.82% -
XYZ 26.67 14.11 1.98 -
YUV 76.51 96.12 222.5 -
System Red Green Blue C M Y K H S L
Decimal 209 20 20 0 0.90 0.90 0.18 0 0.83 0.45
Hex D1 14 14 0 5A 5A 12 0 53 2D
Octal 321 24 24 0 132 132 22 0 123 55
Binary 11010001 10100 10100 0 1011010 1011010 10010 0 1010011 101101

Color Harmonies of #D11414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11414

Black with #D11414

Text Example


Text Example

White with #D11414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11414; }

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

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

background-color css

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

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

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

border-color css

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

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

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