Html Css Color HEX #D71607 Free Speech Red

📋 copy color: '#D71607'

red 215 ◦ green 22 ◦ blue 7

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

Shades of Free Speech Red #D71607

Tints of Free Speech Red #D71607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

 BLUE value IS 7 (3.13% from 255) = 2.87%

R = 88.11%
G = 9.02%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D71607 (or 0xD71607) is known color: Free Speech Red. HEX triplet: D7, 16 and 07. RGB value is (215,22,7). Sum of RGB (Red+Green+Blue) = 215+22+7=244 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.11% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 215 - color contains mainly: red. Hex color #D71607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71607 is #28E9F8. Grayscale: #4E4E4E. Windows color (decimal): -2681337 or 464599. OLE color: 464599.

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

Color convert

RGB 215 22 7 -
CMYK 0 0.90 0.97 0.16
HSL 4.33º 0.94% 0.44% -
HSV(B) 4.33º 0.97% 0.84% -
XYZ 28.35 15.04 1.61 -
YUV 78 87.94 225.72 -
System Red Green Blue C M Y K H S L
Decimal 215 22 7 0 0.90 0.97 0.16 4.33 0.94 0.44
Hex D7 16 7 0 5A 61 10 4 5E 2C
Octal 327 26 7 0 132 141 20 4 136 54
Binary 11010111 10110 111 0 1011010 1100001 10000 100 1011110 101100

Color Harmonies of #D71607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71607

Black with #D71607

Text Example


Text Example

White with #D71607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71607; }

 p { color: rgb(215,22,7); }

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

background-color css

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

 a { background-color: rgb(215,22,7); }

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

border-color css

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

 span { border-color: rgb(215,22,7); }

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