Html Css Color HEX #D71501 Free Speech Red

📋 copy color: '#D71501'

red 215 ◦ green 21 ◦ blue 1

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

Shades of Free Speech Red #D71501

Tints of Free Speech Red #D71501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 90.72%
G = 8.86%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D71501 (or 0xD71501) is known color: Free Speech Red. HEX triplet: D7, 15 and 01. RGB value is (215,21,1). Sum of RGB (Red+Green+Blue) = 215+21+1=237 (31% of max value = 765). Red value is 215 (84.38% from 255 or 90.72% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 215 - color contains mainly: red. Hex color #D71501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71501 is #28EAFE. Grayscale: #4D4D4D. Windows color (decimal): -2681599 or 71127. OLE color: 71127.

HSL color Cylindrical-coordinate representation of color #D71501: hue angle of 5.61º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D71501 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 21 1 -
CMYK 0 0.90 1.00 0.16
HSL 5.61º 0.99% 0.42% -
HSV(B) 5.61º 1% 0.84% -
XYZ 28.3 14.99 1.43 -
YUV 76.73 85.27 226.63 -
System Red Green Blue C M Y K H S L
Decimal 215 21 1 0 0.90 1.00 0.16 5.61 0.99 0.42
Hex D7 15 1 0 5A 64 10 6 63 2A
Octal 327 25 1 0 132 144 20 6 143 52
Binary 11010111 10101 1 0 1011010 1100100 10000 110 1100011 101010

Color Harmonies of #D71501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71501

Black with #D71501

Text Example


Text Example

White with #D71501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71501; }

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

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

background-color css

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

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

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

border-color css

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

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

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