Html Css Color HEX #B71407 Free Speech Red

📋 copy color: '#B71407'

red 183 ◦ green 20 ◦ blue 7

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

Shades of Free Speech Red #B71407

Tints of Free Speech Red #B71407

RGB

 RED value IS 183 (71.88% from 255) = 87.14%

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

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

R = 87.14%
G = 9.52%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B71407 (or 0xB71407) is known color: Free Speech Red. HEX triplet: B7, 14 and 07. RGB value is (183,20,7). Sum of RGB (Red+Green+Blue) = 183+20+7=210 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.14% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 183 - color contains mainly: red. Hex color #B71407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71407 is #48EBF8. Grayscale: #434343. Windows color (decimal): -4779001 or 464055. OLE color: 464055.

HSL color Cylindrical-coordinate representation of color #B71407: hue angle of 4.43º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B71407 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 7 -
CMYK 0 0.89 0.96 0.28
HSL 4.43º 0.93% 0.37% -
HSV(B) 4.43º 0.96% 0.72% -
XYZ 19.82 10.58 1.2 -
YUV 67.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 183 20 7 0 0.89 0.96 0.28 4.43 0.93 0.37
Hex B7 14 7 0 59 60 1C 4 5D 25
Octal 267 24 7 0 131 140 34 4 135 45
Binary 10110111 10100 111 0 1011001 1100000 11100 100 1011101 100101

Color Harmonies of #B71407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71407

Black with #B71407

Text Example


Text Example

White with #B71407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71407; }

 p { color: rgb(183,20,7); }

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

background-color css

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

 a { background-color: rgb(183,20,7); }

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

border-color css

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

 span { border-color: rgb(183,20,7); }

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