Html Css Color HEX #D71411 Free Speech Red

📋 copy color: '#D71411'

red 215 ◦ green 20 ◦ blue 17

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

Shades of Free Speech Red #D71411

Tints of Free Speech Red #D71411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.94%

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

R = 85.32%
G = 7.94%
B = 6.75%

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

#D71411 (or 0xD71411) is known color: Free Speech Red. HEX triplet: D7, 14 and 11. RGB value is (215,20,17). Sum of RGB (Red+Green+Blue) = 215+20+17=252 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.32% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 215 - color contains mainly: red. Hex color #D71411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71411 is #28EBEE. Grayscale: #4E4E4E. Windows color (decimal): -2681839 or 1119447. OLE color: 1119447.

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

Color convert

RGB 215 20 17 -
CMYK 0 0.91 0.92 0.16
HSL 0.91º 0.85% 0.45% -
HSV(B) 0.91º 0.92% 0.84% -
XYZ 28.38 14.99 1.93 -
YUV 77.96 93.6 225.74 -
System Red Green Blue C M Y K H S L
Decimal 215 20 17 0 0.91 0.92 0.16 0.91 0.85 0.45
Hex D7 14 11 0 5B 5C 10 1 55 2D
Octal 327 24 21 0 133 134 20 1 125 55
Binary 11010111 10100 10001 0 1011011 1011100 10000 1 1010101 101101

Color Harmonies of #D71411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71411

Black with #D71411

Text Example


Text Example

White with #D71411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71411; }

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

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

background-color css

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

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

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

border-color css

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

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

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