Html Css Color HEX #D61111 Free Speech Red

📋 copy color: '#D61111'

red 214 ◦ green 17 ◦ blue 17

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

Shades of Free Speech Red #D61111

Tints of Free Speech Red #D61111

RGB

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

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

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

R = 86.29%
G = 6.85%
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

#D61111 (or 0xD61111) is known color: Free Speech Red. HEX triplet: D6, 11 and 11. RGB value is (214,17,17). Sum of RGB (Red+Green+Blue) = 214+17+17=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D61111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61111 is #29EEEE. Grayscale: #4C4C4C. Windows color (decimal): -2748143 or 1118678. OLE color: 1118678.

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

Color convert

RGB 214 17 17 -
CMYK 0 0.92 0.92 0.16
HSL 0.85% 0.45% -
HSV(B) 0.92% 0.84% -
XYZ 28.03 14.74 1.9 -
YUV 75.9 94.77 226.5 -
System Red Green Blue C M Y K H S L
Decimal 214 17 17 0 0.92 0.92 0.16 0 0.85 0.45
Hex D6 11 11 0 5C 5C 10 0 55 2D
Octal 326 21 21 0 134 134 20 0 125 55
Binary 11010110 10001 10001 0 1011100 1011100 10000 0 1010101 101101

Color Harmonies of #D61111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61111

Black with #D61111

Text Example


Text Example

White with #D61111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61111; }

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

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

background-color css

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

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

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

border-color css

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

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

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