Html Css Color HEX #D61211 Free Speech Red

📋 copy color: '#D61211'

red 214 ◦ green 18 ◦ blue 17

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

Shades of Free Speech Red #D61211

Tints of Free Speech Red #D61211

RGB

 RED value IS 214 (83.98% from 255) = 85.94%

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

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

R = 85.94%
G = 7.23%
B = 6.83%

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

#D61211 (or 0xD61211) is known color: Free Speech Red. HEX triplet: D6, 12 and 11. RGB value is (214,18,17). Sum of RGB (Red+Green+Blue) = 214+18+17=249 (32% of max value = 765). Red value is 214 (83.98% from 255 or 85.94% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 214 - color contains mainly: red. Hex color #D61211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61211 is #29EDEE. Grayscale: #4C4C4C. Windows color (decimal): -2747887 or 1118934. OLE color: 1118934.

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

Color convert

RGB 214 18 17 -
CMYK 0 0.92 0.92 0.16
HSL 0.3º 0.85% 0.45% -
HSV(B) 0.3º 0.92% 0.84% -
XYZ 28.05 14.77 1.9 -
YUV 76.49 94.43 226.08 -
System Red Green Blue C M Y K H S L
Decimal 214 18 17 0 0.92 0.92 0.16 0.3 0.85 0.45
Hex D6 12 11 0 5C 5C 10 0 55 2D
Octal 326 22 21 0 134 134 20 0 125 55
Binary 11010110 10010 10001 0 1011100 1011100 10000 0 1010101 101101

Color Harmonies of #D61211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61211

Black with #D61211

Text Example


Text Example

White with #D61211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61211; }

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

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

background-color css

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

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

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

border-color css

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

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

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