Html Css Color HEX #D51311 Free Speech Red

📋 copy color: '#D51311'

red 213 ◦ green 19 ◦ blue 17

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

Shades of Free Speech Red #D51311

Tints of Free Speech Red #D51311

RGB

 RED value IS 213 (83.59% from 255) = 85.54%

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

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

R = 85.54%
G = 7.63%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D51311 (or 0xD51311) is known color: Free Speech Red. HEX triplet: D5, 13 and 11. RGB value is (213,19,17). Sum of RGB (Red+Green+Blue) = 213+19+17=249 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.54% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 213 - color contains mainly: red. Hex color #D51311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51311 is #2AECEE. Grayscale: #4C4C4C. Windows color (decimal): -2813167 or 1119189. OLE color: 1119189.

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

Color convert

RGB 213 19 17 -
CMYK 0 0.91 0.92 0.16
HSL 0.61º 0.85% 0.45% -
HSV(B) 0.61º 0.92% 0.84% -
XYZ 27.77 14.65 1.89 -
YUV 76.78 94.27 225.16 -
System Red Green Blue C M Y K H S L
Decimal 213 19 17 0 0.91 0.92 0.16 0.61 0.85 0.45
Hex D5 13 11 0 5B 5C 10 1 55 2D
Octal 325 23 21 0 133 134 20 1 125 55
Binary 11010101 10011 10001 0 1011011 1011100 10000 1 1010101 101101

Color Harmonies of #D51311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51311

Black with #D51311

Text Example


Text Example

White with #D51311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51311; }

 p { color: rgb(213,19,17); }

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

background-color css

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

 a { background-color: rgb(213,19,17); }

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

border-color css

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

 span { border-color: rgb(213,19,17); }

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