Html Css Color HEX #D71201 Free Speech Red

📋 copy color: '#D71201'

red 215 ◦ green 18 ◦ blue 1

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

Shades of Free Speech Red #D71201

Tints of Free Speech Red #D71201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

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

R = 91.88%
G = 7.69%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D71201 (or 0xD71201) is known color: Free Speech Red. HEX triplet: D7, 12 and 01. RGB value is (215,18,1). Sum of RGB (Red+Green+Blue) = 215+18+1=234 (30% of max value = 765). Red value is 215 (84.38% from 255 or 91.88% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 215 - color contains mainly: red. Hex color #D71201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71201 is #28EDFE. Grayscale: #4B4B4B. Windows color (decimal): -2682367 or 70359. OLE color: 70359.

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

Color convert

RGB 215 18 1 -
CMYK 0 0.92 1.00 0.16
HSL 4.77º 0.99% 0.42% -
HSV(B) 4.77º 1% 0.84% -
XYZ 28.25 14.88 1.41 -
YUV 74.97 86.27 227.88 -
System Red Green Blue C M Y K H S L
Decimal 215 18 1 0 0.92 1.00 0.16 4.77 0.99 0.42
Hex D7 12 1 0 5C 64 10 5 63 2A
Octal 327 22 1 0 134 144 20 5 143 52
Binary 11010111 10010 1 0 1011100 1100100 10000 101 1100011 101010

Color Harmonies of #D71201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71201

Black with #D71201

Text Example


Text Example

White with #D71201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71201; }

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

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

background-color css

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

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

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

border-color css

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

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

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