Html Css Color HEX #D51211 Free Speech Red

📋 copy color: '#D51211'

red 213 ◦ green 18 ◦ blue 17

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

Shades of Free Speech Red #D51211

Tints of Free Speech Red #D51211

RGB

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

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

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

R = 85.89%
G = 7.26%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D51211 (or 0xD51211) is known color: Free Speech Red. HEX triplet: D5, 12 and 11. RGB value is (213,18,17). Sum of RGB (Red+Green+Blue) = 213+18+17=248 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.89% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 213 - color contains mainly: red. Hex color #D51211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51211 is #2AEDEE. Grayscale: #4C4C4C. Windows color (decimal): -2813423 or 1118933. OLE color: 1118933.

HSL color Cylindrical-coordinate representation of color #D51211: hue angle of 0.31º 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 #D51211 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 17 -
CMYK 0 0.92 0.92 0.16
HSL 0.31º 0.85% 0.45% -
HSV(B) 0.31º 0.92% 0.84% -
XYZ 27.76 14.62 1.89 -
YUV 76.19 94.6 225.58 -
System Red Green Blue C M Y K H S L
Decimal 213 18 17 0 0.92 0.92 0.16 0.31 0.85 0.45
Hex D5 12 11 0 5C 5C 10 0 55 2D
Octal 325 22 21 0 134 134 20 0 125 55
Binary 11010101 10010 10001 0 1011100 1011100 10000 0 1010101 101101

Color Harmonies of #D51211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51211

Black with #D51211

Text Example


Text Example

White with #D51211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51211; }

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

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

background-color css

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

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

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

border-color css

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

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

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