Html Css Color HEX #D71406 Free Speech Red

📋 copy color: '#D71406'

red 215 ◦ green 20 ◦ blue 6

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

Shades of Free Speech Red #D71406

Tints of Free Speech Red #D71406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 89.21%
G = 8.3%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D71406 (or 0xD71406) is known color: Free Speech Red. HEX triplet: D7, 14 and 06. RGB value is (215,20,6). Sum of RGB (Red+Green+Blue) = 215+20+6=241 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.21% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 215 - color contains mainly: red. Hex color #D71406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71406 is #28EBF9. Grayscale: #4C4C4C. Windows color (decimal): -2681850 or 398551. OLE color: 398551.

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

Color convert

RGB 215 20 6 -
CMYK 0 0.91 0.97 0.16
HSL 4.02º 0.95% 0.43% -
HSV(B) 4.02º 0.97% 0.84% -
XYZ 28.31 14.96 1.57 -
YUV 76.71 88.1 226.64 -
System Red Green Blue C M Y K H S L
Decimal 215 20 6 0 0.91 0.97 0.16 4.02 0.95 0.43
Hex D7 14 6 0 5B 61 10 4 5F 2B
Octal 327 24 6 0 133 141 20 4 137 53
Binary 11010111 10100 110 0 1011011 1100001 10000 100 1011111 101011

Color Harmonies of #D71406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71406

Black with #D71406

Text Example


Text Example

White with #D71406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71406; }

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

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

background-color css

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

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

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

border-color css

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

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

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