Html Css Color HEX #D71401 Free Speech Red

📋 copy color: '#D71401'

red 215 ◦ green 20 ◦ blue 1

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

Shades of Free Speech Red #D71401

Tints of Free Speech Red #D71401

RGB

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

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

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

R = 91.1%
G = 8.47%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D71401 (or 0xD71401) is known color: Free Speech Red. HEX triplet: D7, 14 and 01. RGB value is (215,20,1). Sum of RGB (Red+Green+Blue) = 215+20+1=236 (31% of max value = 765). Red value is 215 (84.38% from 255 or 91.10% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 215 - color contains mainly: red. Hex color #D71401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71401 is #28EBFE. Grayscale: #4C4C4C. Windows color (decimal): -2681855 or 70871. OLE color: 70871.

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

Color convert

RGB 215 20 1 -
CMYK 0 0.91 1.00 0.16
HSL 5.33º 0.99% 0.42% -
HSV(B) 5.33º 1% 0.84% -
XYZ 28.28 14.95 1.42 -
YUV 76.14 85.6 227.04 -
System Red Green Blue C M Y K H S L
Decimal 215 20 1 0 0.91 1.00 0.16 5.33 0.99 0.42
Hex D7 14 1 0 5B 64 10 5 63 2A
Octal 327 24 1 0 133 144 20 5 143 52
Binary 11010111 10100 1 0 1011011 1100100 10000 101 1100011 101010

Color Harmonies of #D71401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71401

Black with #D71401

Text Example


Text Example

White with #D71401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71401; }

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

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

background-color css

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

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

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

border-color css

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

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

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