Html Css Color HEX #D11312 Free Speech Red

📋 copy color: '#D11312'

red 209 ◦ green 19 ◦ blue 18

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

Shades of Free Speech Red #D11312

Tints of Free Speech Red #D11312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 84.96%
G = 7.72%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D11312 (or 0xD11312) is known color: Free Speech Red. HEX triplet: D1, 13 and 12. RGB value is (209,19,18). Sum of RGB (Red+Green+Blue) = 209+19+18=246 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.96% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 209 - color contains mainly: red. Hex color #D11312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11312 is #2EECED. Grayscale: #4B4B4B. Windows color (decimal): -3075310 or 1184721. OLE color: 1184721.

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

Color convert

RGB 209 19 18 -
CMYK 0 0.91 0.91 0.18
HSL 0.31º 0.84% 0.45% -
HSV(B) 0.31º 0.91% 0.82% -
XYZ 26.64 14.06 1.88 -
YUV 75.7 95.45 223.08 -
System Red Green Blue C M Y K H S L
Decimal 209 19 18 0 0.91 0.91 0.18 0.31 0.84 0.45
Hex D1 13 12 0 5B 5B 12 0 54 2D
Octal 321 23 22 0 133 133 22 0 124 55
Binary 11010001 10011 10010 0 1011011 1011011 10010 0 1010100 101101

Color Harmonies of #D11312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11312

Black with #D11312

Text Example


Text Example

White with #D11312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11312; }

 p { color: rgb(209,19,18); }

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

background-color css

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

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

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

border-color css

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

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

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