Html Css Color HEX #D71413 Free Speech Red

📋 copy color: '#D71413'

red 215 ◦ green 20 ◦ blue 19

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

Shades of Free Speech Red #D71413

Tints of Free Speech Red #D71413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 84.65%
G = 7.87%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D71413 (or 0xD71413) is known color: Free Speech Red. HEX triplet: D7, 14 and 13. RGB value is (215,20,19). Sum of RGB (Red+Green+Blue) = 215+20+19=254 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.65% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 215 - color contains mainly: red. Hex color #D71413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71413 is #28EBEC. Grayscale: #4E4E4E. Windows color (decimal): -2681837 or 1250519. OLE color: 1250519.

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

Color convert

RGB 215 20 19 -
CMYK 0 0.91 0.91 0.16
HSL 0.31º 0.84% 0.46% -
HSV(B) 0.31º 0.91% 0.84% -
XYZ 28.39 14.99 2.01 -
YUV 78.19 94.6 225.58 -
System Red Green Blue C M Y K H S L
Decimal 215 20 19 0 0.91 0.91 0.16 0.31 0.84 0.46
Hex D7 14 13 0 5B 5B 10 0 54 2E
Octal 327 24 23 0 133 133 20 0 124 56
Binary 11010111 10100 10011 0 1011011 1011011 10000 0 1010100 101110

Color Harmonies of #D71413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71413

Black with #D71413

Text Example


Text Example

White with #D71413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71413; }

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

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

background-color css

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

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

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

border-color css

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

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

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