Html Css Color HEX #D31211 Free Speech Red

📋 copy color: '#D31211'

red 211 ◦ green 18 ◦ blue 17

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

Shades of Free Speech Red #D31211

Tints of Free Speech Red #D31211

RGB

 RED value IS 211 (82.81% from 255) = 85.77%

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

 BLUE value IS 17 (7.03% from 255) = 6.91%

R = 85.77%
G = 7.32%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D31211 (or 0xD31211) is known color: Free Speech Red. HEX triplet: D3, 12 and 11. RGB value is (211,18,17). Sum of RGB (Red+Green+Blue) = 211+18+17=246 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.77% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 211 - color contains mainly: red. Hex color #D31211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31211 is #2CEDEE. Grayscale: #4B4B4B. Windows color (decimal): -2944495 or 1118931. OLE color: 1118931.

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

Color convert

RGB 211 18 17 -
CMYK 0 0.91 0.92 0.17
HSL 0.31º 0.85% 0.45% -
HSV(B) 0.31º 0.92% 0.83% -
XYZ 27.18 14.32 1.86 -
YUV 75.59 94.94 224.58 -
System Red Green Blue C M Y K H S L
Decimal 211 18 17 0 0.91 0.92 0.17 0.31 0.85 0.45
Hex D3 12 11 0 5B 5C 11 0 55 2D
Octal 323 22 21 0 133 134 21 0 125 55
Binary 11010011 10010 10001 0 1011011 1011100 10001 0 1010101 101101

Color Harmonies of #D31211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31211

Black with #D31211

Text Example


Text Example

White with #D31211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31211; }

 p { color: rgb(211,18,17); }

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

background-color css

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

 a { background-color: rgb(211,18,17); }

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

border-color css

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

 span { border-color: rgb(211,18,17); }

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