Html Css Color HEX #D71514 Free Speech Red

📋 copy color: '#D71514'

red 215 ◦ green 21 ◦ blue 20

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

Shades of Free Speech Red #D71514

Tints of Free Speech Red #D71514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 83.98%
G = 8.2%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D71514 (or 0xD71514) is known color: Free Speech Red. HEX triplet: D7, 15 and 14. RGB value is (215,21,20). Sum of RGB (Red+Green+Blue) = 215+21+20=256 (33% of max value = 765). Red value is 215 (84.38% from 255 or 83.98% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 215 - color contains mainly: red. Hex color #D71514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71514 is #28EAEB. Grayscale: #4F4F4F. Windows color (decimal): -2681580 or 1316311. OLE color: 1316311.

HSL color Cylindrical-coordinate representation of color #D71514: hue angle of 0.31º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71514 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 21 20 -
CMYK 0 0.90 0.91 0.16
HSL 0.31º 0.83% 0.46% -
HSV(B) 0.31º 0.91% 0.84% -
XYZ 28.42 15.03 2.07 -
YUV 78.89 94.77 225.08 -
System Red Green Blue C M Y K H S L
Decimal 215 21 20 0 0.90 0.91 0.16 0.31 0.83 0.46
Hex D7 15 14 0 5A 5B 10 0 53 2E
Octal 327 25 24 0 132 133 20 0 123 56
Binary 11010111 10101 10100 0 1011010 1011011 10000 0 1010011 101110

Color Harmonies of #D71514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71514

Black with #D71514

Text Example


Text Example

White with #D71514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71514; }

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

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

background-color css

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

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

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

border-color css

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

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

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