Html Css Color HEX #D71110 Free Speech Red

📋 copy color: '#D71110'

red 215 ◦ green 17 ◦ blue 16

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

Shades of Free Speech Red #D71110

Tints of Free Speech Red #D71110

RGB

 RED value IS 215 (84.38% from 255) = 86.69%

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 86.69%
G = 6.85%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D71110 (or 0xD71110) is known color: Free Speech Red. HEX triplet: D7, 11 and 10. RGB value is (215,17,16). Sum of RGB (Red+Green+Blue) = 215+17+16=248 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.69% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 215 - color contains mainly: red. Hex color #D71110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71110 is #28EEEF. Grayscale: #4C4C4C. Windows color (decimal): -2682608 or 1053143. OLE color: 1053143.

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

Color convert

RGB 215 17 16 -
CMYK 0 0.92 0.93 0.16
HSL 0.3º 0.86% 0.45% -
HSV(B) 0.3º 0.93% 0.84% -
XYZ 28.32 14.89 1.87 -
YUV 76.09 94.1 227.08 -
System Red Green Blue C M Y K H S L
Decimal 215 17 16 0 0.92 0.93 0.16 0.3 0.86 0.45
Hex D7 11 10 0 5C 5D 10 0 56 2D
Octal 327 21 20 0 134 135 20 0 126 55
Binary 11010111 10001 10000 0 1011100 1011101 10000 0 1010110 101101

Color Harmonies of #D71110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71110

Black with #D71110

Text Example


Text Example

White with #D71110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71110; }

 p { color: rgb(215,17,16); }

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

background-color css

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

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

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

border-color css

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

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

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